Subject: | suggestions.c printf |
Thanks for addressing the report 46455 so quickly! However, I found at
least one minor issue still outstanding from that report. In
suggestions.c there is:
printf("m is %ld (from %ld),k is %d\n",(long)stat->elements,
(long)stat->capacity,stat->ideal_hashes);
That gets send to stdout, which is less than ideal, especially when used
in automated tools that might expecting silence.
John