commit c172129d1e28cf27ccb5d30f0648a73a726dc94e parent 97db3dcc86b5d78dde1a752f2c141f322d4a77f2 Author: sin <sin@2f30.org> Date: Mon, 22 Sep 2014 12:22:30 +0100 Oops Diffstat:
M | ratox.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratox.c b/ratox.c @@ -612,7 +612,7 @@ dataload(void) } if (encryptsave == 1) { - while (readpass() == -1 && + while (readpass() == -1 || tox_encrypted_load(tox, data, sz, passphrase, pplen) < 0) ; } else {