X-Git-Url: http://git.shiar.nl/unifont.git/blobdiff_plain/94e124fae89a45ee2f95b3720826c9041751c776..404d6c3d64725519709f0db5a46bb9a183a38f49:/src/unibmp2hex.c diff --git a/src/unibmp2hex.c b/src/unibmp2hex.c index 1e15c19..3575170 100644 --- a/src/unibmp2hex.c +++ b/src/unibmp2hex.c @@ -61,7 +61,7 @@ main (int argc, char *argv[]) int tmpsum; /* temporary sum to see if a character is blank */ unsigned char bitmap[17*32][18*32/8]; /* final bitmap */ - char wide[65536]={65536 * 0}; /* 1 = force double width code point */ + char wide[0x200000]={0x200000 * 0}; /* 1 = force double width code point */ char *infile="", *outfile=""; /* names of input and output files */ FILE *infp, *outfp; /* file pointers of input and output files */