mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 13:34:18 +02:00
Increase maximal configuration line length
This commit is contained in:
parent
32095b4253
commit
73e0a421d2
1 changed files with 1 additions and 1 deletions
2
parse.h
2
parse.h
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#define PARSE_H
|
||||
|
||||
#define MAX_LINE_SIZE 256
|
||||
#define MAX_LINE_SIZE 512
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue