mirror of
https://github.com/cc65/cc65.git
synced 2025-08-13 08:25:28 +00:00
Relax header checking somewhat, so second source fonts are accepted.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4502 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -277,7 +277,8 @@ static void ConvertFile (const char* Input, const char* Output)
|
|||||||
{
|
{
|
||||||
/* The header of a BGI vector font file */
|
/* The header of a BGI vector font file */
|
||||||
static const unsigned char ChrHeader[] = {
|
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 */
|
/* The header of a TGI vector font file */
|
||||||
|
Reference in New Issue
Block a user