added one byte to returningText allocation
This commit is contained in:
parent
b4d1be73f9
commit
edc78674d2
@ -90,7 +90,7 @@ outputFlags encryptText(char *text, char *keyNew)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//ALLOCATE returningText (WITH THE SEPARATORS)
|
//ALLOCATE returningText (WITH THE SEPARATORS)
|
||||||
returningText = malloc(numberBuffer + strlen(text) - 1);
|
returningText = malloc(numberBuffer + strlen(text));
|
||||||
strcpy(returningText, "");
|
strcpy(returningText, "");
|
||||||
|
|
||||||
//LOAD returningText
|
//LOAD returningText
|
||||||
|
Loading…
x
Reference in New Issue
Block a user