1
0
mirror of synced 2026-04-13 17:08:00 +00:00

Fix for modules with big interfaces.

This commit is contained in:
Kaj Tuomi
2016-09-13 13:13:27 +03:00
parent 6f416c1953
commit 2c031cd24f

View File

@@ -4,8 +4,8 @@
#include <string.h>
int line = 0;
char buffer1[1024];
char buffer2[1024];
char buffer1[8192];
char buffer2[8192];
void check(bool ok)
{