diff --git a/src/core/lib/encrypter.c b/src/core/lib/encrypter.c index 7af746b..4214fa0 100644 --- a/src/core/lib/encrypter.c +++ b/src/core/lib/encrypter.c @@ -90,7 +90,7 @@ outputFlags encryptText(char *text, char *keyNew) } //ALLOCATE returningText (WITH THE SEPARATORS) - returningText = malloc(numberBuffer + strlen(text) - 1); + returningText = malloc(numberBuffer + strlen(text)); strcpy(returningText, ""); //LOAD returningText