doubled buffer size for why2-test

next commit will change TEST_TEXT, so this is necessary
This commit is contained in:
Václav Šmejkal 2022-05-26 19:42:33 +02:00
parent e94c273bd9
commit 0437279b41

View File

@ -7,7 +7,7 @@
int main(void)
{
//VARIABLES
char *buffer = malloc(64);
char *buffer = malloc(128);
int exitCode = 0;
//FLAGS