diff --git a/src/lib/encrypter.c b/src/lib/encrypter.c index 5c92c0a..73fc140 100644 --- a/src/lib/encrypter.c +++ b/src/lib/encrypter.c @@ -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: