bigger buffers
This commit is contained in:
6
nxdict.c
6
nxdict.c
@ -174,9 +174,9 @@ static void NXDIParse(char *pBuffer, pStringDict pDict)
|
|||||||
char *pPtr;
|
char *pPtr;
|
||||||
int iToken;
|
int iToken;
|
||||||
int iMode;
|
int iMode;
|
||||||
char pAlias[132];
|
char pAlias[1024];
|
||||||
char pDefinition[1024]; /* this is > 10 lines of definition */
|
char pDefinition[8192]; /* this is > 10 lines of definition */
|
||||||
char pWord[132];
|
char pWord[1024];
|
||||||
|
|
||||||
assert(pBuffer);
|
assert(pBuffer);
|
||||||
assert(pDict);
|
assert(pDict);
|
||||||
|
Reference in New Issue
Block a user