]> git.sur5r.net Git - cc65/commitdiff
Relax header checking somewhat, so second source fonts are accepted.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Dec 2009 12:24:59 +0000 (12:24 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Dec 2009 12:24:59 +0000 (12:24 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4502 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/chrcvt/main.c

index 8b402655b756f70585e5e032d3f210402922754d..ca0a9ee5698c52f06077ce536f9181d4b4707abe 100644 (file)
@@ -277,7 +277,8 @@ static void ConvertFile (const char* Input, const char* Output)
 {
     /* The header of a BGI vector font file */
     static const unsigned char ChrHeader[] = {
-        0x50, 0x4B, 0x08, 0x08, 0x42, 0x47, 0x49, 0x20
+/*        0x50, 0x4B, 0x08, 0x08, 0x42, 0x47, 0x49, 0x20 */
+        0x50, 0x4B, 0x08, 0x08
     };
 
     /* The header of a TGI vector font file */