URI: 
       tOops - ratox - FIFO based tox client
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit c172129d1e28cf27ccb5d30f0648a73a726dc94e
   DIR parent 97db3dcc86b5d78dde1a752f2c141f322d4a77f2
  HTML 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(-)
       ---
   DIR diff --git a/ratox.c b/ratox.c
       t@@ -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 {