From 45bb85cd8f7aecd15a8621db2918c2cecc97094f Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Mon, 7 Oct 2019 22:41:01 +0200 Subject: tighter format to avoid overwriting right border --- src/afl-fuzz-stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index 5e773e96..f1bc1c8a 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -421,7 +421,7 @@ void show_stats(void) { together, but then cram them into a fixed-width field - so we need to 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, ((double)current_entry * 100) / queued_paths); -- cgit 1.4.1