diff options
| -rwxr-xr-x | afl-cmin | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -488,7 +488,7 @@ BEGIN { if (threads) { - inputsperfile = in_count / threads + inputsperfile = int(in_count / threads) if (in_count % threads) { inputsperfile++; } |
