doubled textBuffer size in why2-test
This commit is contained in:
parent
a0ebfd19e2
commit
15e6fac10c
@ -7,7 +7,7 @@
|
|||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
//VARIABLES
|
//VARIABLES
|
||||||
char *textBuffer = malloc(128);
|
char *textBuffer = malloc(256);
|
||||||
char *keyBuffer;
|
char *keyBuffer;
|
||||||
char *statusBuffer;
|
char *statusBuffer;
|
||||||
char *outputBuffer = malloc(1); //THIS IS TEMP ALLOCATION
|
char *outputBuffer = malloc(1); //THIS IS TEMP ALLOCATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user