Fixed scheme struct strbuff[] size to handle long strings in register blocks
This commit is contained in:
@ -123,7 +123,7 @@ char no_memory; /* Whether mem. alloc. has failed */
|
||||
|
||||
#define LINESIZE 1024
|
||||
char linebuff[LINESIZE];
|
||||
#define STRBUFFSIZE 256
|
||||
#define STRBUFFSIZE 1024
|
||||
char strbuff[STRBUFFSIZE];
|
||||
|
||||
FILE *tmpfp;
|
||||
|
||||
Reference in New Issue
Block a user