X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/527ee724d6dd13bf80699e653962a3d082631377..95e8d0be857e4bf0387fc5174276c1e4ab75ce5b:/src/unigencircles.c diff --git a/src/unigencircles.c b/src/unigencircles.c index 76f1452..86af88f 100644 --- a/src/unigencircles.c +++ b/src/unigencircles.c @@ -36,7 +36,7 @@ main (int argc, char **argv) int loc; /* Unicode code point of current input line */ char *gstart; /* glyph start, pointing into teststring */ - char combining[0x10000]; + char combining[0x110000]; void add_single_circle(char *); /* add a single-width dashed circle */ void add_double_circle(char *); /* add a double-width dashed circle */ @@ -55,7 +55,7 @@ main (int argc, char **argv) Read the combining characters list. */ /* Start with no combining code points flagged */ - memset (combining, 0, 0x10000 * sizeof (char)); + memset (combining, 0, 0x110000 * sizeof (char)); if ((infilefp = fopen (argv[1],"r")) == NULL) { fprintf (stderr,"ERROR - combining characters file %s not found.\n\n",