fixed noOutput getter
This commit is contained in:
parent
7522c1aaae
commit
7158843b73
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user