doubled buffer size for why2-test
next commit will change TEST_TEXT, so this is necessary
This commit is contained in:
parent
e94c273bd9
commit
0437279b41
@ -7,7 +7,7 @@
|
||||
int main(void)
|
||||
{
|
||||
//VARIABLES
|
||||
char *buffer = malloc(64);
|
||||
char *buffer = malloc(128);
|
||||
int exitCode = 0;
|
||||
|
||||
//FLAGS
|
||||
|
Loading…
x
Reference in New Issue
Block a user