bigger buffers

This commit is contained in:
Douglas Clowes
2012-11-29 11:47:23 +11:00
parent 6af1da7fb5
commit f72891a626

View File

@ -174,9 +174,9 @@ static void NXDIParse(char *pBuffer, pStringDict pDict)
char *pPtr;
int iToken;
int iMode;
char pAlias[132];
char pDefinition[1024]; /* this is > 10 lines of definition */
char pWord[132];
char pAlias[1024];
char pDefinition[8192]; /* this is > 10 lines of definition */
char pWord[1024];
assert(pBuffer);
assert(pDict);