whoops, I missed one
foq
This commit is contained in:
parent
6282bc6aec
commit
314846a45e
@ -54,7 +54,7 @@ outputFlags decryptText(char *text, char *key, inputFlags flags)
|
||||
numberBuffer++;
|
||||
}
|
||||
|
||||
textBuffer = malloc(sizeof(char) * numberBuffer);
|
||||
textBuffer = malloc(numberBuffer);
|
||||
|
||||
//LOAD textBuffer
|
||||
for (int j = 0; j < strlen(text); j++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user