mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase internal buffer space
This commit is contained in:
parent
60c6736148
commit
99beb3fadf
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
#include "y.tab.h"
|
||||
|
||||
int line_no = 1, save_no, fromsubs;
|
||||
u_char buf[STR_LEN], *ptr;
|
||||
u_char buf[80], *ptr;
|
||||
FILE *map_fp;
|
||||
YY_BUFFER_STATE main_buf, map_buf;
|
||||
#ifdef FLEX_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue