whoops, I missed one

foq
This commit is contained in:
Václav Šmejkal 2022-05-24 19:01:31 +02:00
parent 6282bc6aec
commit 314846a45e

View File

@ -54,7 +54,7 @@ outputFlags decryptText(char *text, char *key, inputFlags flags)
numberBuffer++; numberBuffer++;
} }
textBuffer = malloc(sizeof(char) * numberBuffer); textBuffer = malloc(numberBuffer);
//LOAD textBuffer //LOAD textBuffer
for (int j = 0; j < strlen(text); j++) for (int j = 0; j < strlen(text); j++)