fix cmin -T

This commit is contained in:
vanhauser-thc
2023-07-08 13:31:06 +02:00
parent d30272a64e
commit 20dcb40c53
3 changed files with 13 additions and 0 deletions

View File

@ -493,6 +493,11 @@ BEGIN {
}
}
if (in_count < threads) {
threads = in_count
print "[!] WARNING: less inputs than threads, reducing threads to "threads" and likely the overhead of threading makes things slower..."
}
# Let's roll!
#############################