mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-05 21:49:04 +01:00
Increase LINE_MAX_BYTES from 4096 to 16382
This commit is contained in:
parent
f27bac6465
commit
5c7680fbdb
@ -63,7 +63,7 @@
|
|||||||
#undef LINE_MAX_BYTES
|
#undef LINE_MAX_BYTES
|
||||||
#endif
|
#endif
|
||||||
#ifndef LINE_MAX_BYTES
|
#ifndef LINE_MAX_BYTES
|
||||||
#define LINE_MAX_BYTES 4096
|
#define LINE_MAX_BYTES 16382
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user