final changes for pre-3.0

This commit is contained in:
vanhauser-thc
2020-09-05 13:18:28 +02:00
parent 4b3ad5f037
commit e30b2c6af6
27 changed files with 188 additions and 216 deletions

View File

@ -626,6 +626,7 @@ if (dir == NULL) {
if (!access(fn1, F_OK)) {
afl->in_dir = fn1;
subdirs = 0;
} else {
@ -1063,7 +1064,7 @@ restart_outer_cull_loop:
}
afl->q_prev100 = afl->queue = afl->queue_top = afl->queue;
afl->queue = afl->queue_top = afl->queue;
}