View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000648 | file | General | public | 2025-04-29 16:14 | 2025-05-01 13:59 |
Reporter | glepore70 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.45 | ||||
Summary | 0000648: Extraneous tab in Aprosys magic signature | ||||
Description | Line 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. | ||||
Tags | No tags attached. | ||||
|
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 ] |