diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-14 17:52:43 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-14 17:52:43 +0200 |
commit | 5e72568a455bde8ac389b8b234cbdbbb0d33e015 (patch) | |
tree | 172e26f6e2d5dcc205535e7cdf9e8c34dea10604 /src/afl-fuzz-stats.c | |
parent | 36c7c49738ae659868f70ea7d1b85804158b532f (diff) | |
download | afl++-5e72568a455bde8ac389b8b234cbdbbb0d33e015.tar.gz |
ui update
Diffstat (limited to 'src/afl-fuzz-stats.c')
-rw-r--r-- | src/afl-fuzz-stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-stats.c b/src/afl-fuzz-stats.c index e0e24a18..009cebf6 100644 --- a/src/afl-fuzz-stats.c +++ b/src/afl-fuzz-stats.c @@ -1074,7 +1074,7 @@ void show_stats(afl_state_t *afl) { // //} else { - SAYF(bV bSTOP " trim : " cRST "%-36s " bSTG bV RESET_G1, tmp); + SAYF(bV bSTOP " trim/eff : " cRST "%-36s " bSTG bV RESET_G1, tmp); //} |