diff options
author | vanhauser-thc <vh@thc.org> | 2022-07-11 21:42:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-07-11 21:42:03 +0200 |
commit | 338f1ae2f85dffe7daa88fa78cd1d078a986d0d5 (patch) | |
tree | a2a3ea011299fba65f4304825a38eaee67c102b1 | |
parent | 1f4b45b5bf006bfa1b3957c99bad3f0ec1c355dd (diff) | |
download | afl++-338f1ae2f85dffe7daa88fa78cd1d078a986d0d5.tar.gz |
fix mawk bug
-rwxr-xr-x | afl-cmin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/afl-cmin b/afl-cmin index 71723c70..51835648 100755 --- a/afl-cmin +++ b/afl-cmin @@ -534,7 +534,6 @@ BEGIN { } } close(sortedKeys) - print "" print "[+] Found "tuple_count" unique tuples across "in_count" files." if (out_count == 1) { |