changed test's buffer size to 64

this shouldn't be problem (I think)
This commit is contained in:
Václav Šmejkal 2022-05-24 18:07:46 +02:00
parent 70a2040bab
commit 74931327c0

View File

@ -6,7 +6,7 @@
int main(void) int main(void)
{ {
char *buffer = malloc(sizeof(int) * strlen(TEST_TEXT)); char *buffer = malloc(64);
inputFlags flags = inputFlags flags =
{ {