fixed noOutput getter

This commit is contained in:
Václav Šmejkal 2022-05-04 18:52:51 +02:00
parent 7522c1aaae
commit 7158843b73

View File

@ -58,7 +58,7 @@ encryptText(char *text, char *keyNew)
key[i] = (char) numberBuffer;
}
if (!noOutput) printf("Your key is: %s\n!!! SAVE IT SOMEWHERE !!!\n\n", key);
if (!getNoOutput()) printf("Your key is: %s\n!!! SAVE IT SOMEWHERE !!!\n\n", key);
skipKey: