mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
nits
This commit is contained in:
@ -817,17 +817,18 @@ void show_stats_normal(afl_state_t *afl) {
|
||||
if (afl->fsrv.nyx_mode) {
|
||||
|
||||
snprintf(banner + banner_pad, sizeof(banner) - banner_pad,
|
||||
"%s%s " cLCY VERSION cLBL " {%s} " cLGN "(%s) " cPIN "[%s] - Nyx",
|
||||
afl->crash_mode ? cPIN : cYEL, fuzzer_name,
|
||||
si, afl->use_banner, afl->power_name);
|
||||
"%s%s " cLCY VERSION cLBL " {%s} " cLGN "(%s) " cPIN
|
||||
"[%s] - Nyx",
|
||||
afl->crash_mode ? cPIN : cYEL, fuzzer_name, si, afl->use_banner,
|
||||
afl->power_name);
|
||||
|
||||
} else {
|
||||
|
||||
#endif
|
||||
snprintf(banner + banner_pad, sizeof(banner) - banner_pad,
|
||||
"%s%s " cLCY VERSION cLBL " {%s} " cLGN "(%s) " cPIN "[%s]",
|
||||
afl->crash_mode ? cPIN : cYEL, fuzzer_name,
|
||||
si, afl->use_banner, afl->power_name);
|
||||
afl->crash_mode ? cPIN : cYEL, fuzzer_name, si, afl->use_banner,
|
||||
afl->power_name);
|
||||
|
||||
#ifdef __linux__
|
||||
|
||||
|
Reference in New Issue
Block a user