mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
tighter format to avoid overwriting right border
This commit is contained in:
@ -421,7 +421,7 @@ void show_stats(void) {
|
|||||||
together, but then cram them into a fixed-width field - so we need to
|
together, but then cram them into a fixed-width field - so we need to
|
||||||
put them in a temporary buffer first. */
|
put them in a temporary buffer first. */
|
||||||
|
|
||||||
sprintf(tmp, "%s%s%u (%0.02f%%)", DI(current_entry),
|
sprintf(tmp, "%s%s%u (%0.01f%%)", DI(current_entry),
|
||||||
queue_cur->favored ? "." : "*", queue_cur->fuzz_level,
|
queue_cur->favored ? "." : "*", queue_cur->fuzz_level,
|
||||||
((double)current_entry * 100) / queued_paths);
|
((double)current_entry * 100) / queued_paths);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user