keyNew typo fix
whoops, I replaced keyNew for key (which doesn't have any content at this stage)
This commit is contained in:
parent
268f7e3db2
commit
fd05727b10
@ -29,7 +29,7 @@ outputFlags encryptText(char *text, char *keyNew, inputFlags flags)
|
|||||||
|
|
||||||
if (keyNew != NULL)
|
if (keyNew != NULL)
|
||||||
{
|
{
|
||||||
checkKey(key, flags); //CHECK FOR INVALID key
|
checkKey(keyNew, flags); //CHECK FOR INVALID key
|
||||||
|
|
||||||
strcpy(key, keyNew);
|
strcpy(key, keyNew);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user