chg: reseting values

This commit is contained in:
iceman1001 2017-12-18 12:15:03 +01:00
parent bc639bc3ec
commit 8ffe97c75b

View file

@ -1337,6 +1337,8 @@ int CmdHF14AMfChk_fast(const char *Cmd) {
if ( res == 0 || res == 2 ) if ( res == 0 || res == 2 )
goto out; goto out;
} // end chunks of keys } // end chunks of keys
firstChunk = true;
lastChunk = false;
} // end strategy } // end strategy
out: out:
t1 = msclock() - t1; t1 = msclock() - t1;