fix stat display

This commit is contained in:
van Hauser
2020-03-21 17:42:00 +01:00
parent 350530f664
commit dcd9cd638b
3 changed files with 21 additions and 10 deletions

View File

@ -1054,7 +1054,7 @@ static void handle_existing_out_dir(afl_state_t *afl) {
/* Let's see how much work is at stake. */
if (!afl->in_place_resume &&
if (!afl->in_place_resume && last_update > start_time2 &&
last_update - start_time2 > OUTPUT_GRACE * 60) {
SAYF("\n" cLRD "[-] " cRST