diff --git a/pens/fonts/makefont.c b/pens/fonts/makefont.c index 84aebca2e..e89eca43f 100644 --- a/pens/fonts/makefont.c +++ b/pens/fonts/makefont.c @@ -116,7 +116,7 @@ /* Too big a number to be a possible width or height, which is bounded by 64 */ #define MAGIC 5555 -#define MAX_LENGTH 100000 /* Max number of lines in input Vplot file */ +#define MAX_LENGTH 3000000 /* Max number of lines in input Vplot file */ #define MAX_FONT 32768 /* Max number of symbols in a font */ #define MAX_STRING 10 /* Max length of char number */