View Issue Details

IDProjectCategoryView StatusLast Update
0000648fileGeneralpublic2025-05-01 13:59
Reporterglepore70 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version5.45 
Summary0000648: Extraneous tab in Aprosys magic signature
DescriptionLine 960 of /Magdir/audio
0 string ADRVPACK AProSys module

has an extra tab character between AProSys and module

resulting in:

./a/aps/opportunity.aps: AProSys\011module
./a/aps/pixelgraphics.aps: AProSys\011module


Apologies if I've done this wrong, first Issue reported.
TagsNo tags attached.

Activities

jsummers

2025-05-01 13:59

reporter   ~0004219

I agree that that's an issue that ought to be fixed.

I had already been working on updating my analyzer script (https://github.com/jsummers/mgchkj) to make it better able to find whitespace-related issues. So I went ahead and finished that up, and added a test for tabs in the message field. Now it reports:

animation:108: Message contains a tab character [>8 string caqv \b, Casio Digital Camera Casio]
audio:152: Message contains a tab character [0 string GF1PATCH100\0ID#000002\0 Old GUS patch]
audio:954: Message contains a tab character [>>3 byte 0 Version 0 (With MP3 and lossless)]
audio:955: Message contains a tab character [>>3 byte 1 Version 1 (With ogg and lossless)]
audio:960: Message contains a tab character [0 string ADRVPACK AProSys module]
biosig:81: Message contains a tab character [0 string Header\r\nFile Version Biosig/ETG4000]
elf:393: Message contains a tab character [>9 byte&0xf0 x \b, version %#x ]
hp:192: Message contains a tab character [0 string IMGfile CIS compimg HP Bitmapfile]
msdos:1642: Message contains a tab character [>>17 default x COM executable for MS-DOS ]

Issue History

Date Modified Username Field Change
2025-04-29 16:14 glepore70 New Issue
2025-05-01 13:59 jsummers Note Added: 0004219