diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/genunifont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genunifont.c b/src/genunifont.c index feaa3f4..f98640e 100644 --- a/src/genunifont.c +++ b/src/genunifont.c @@ -36,7 +36,7 @@ #include <stdlib.h> #include <string.h> -#define MAX_DATA_SIZE 512 +#define MAX_DATA_SIZE 255 struct unifont_glyph { struct unifont_glyph *next; |