mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
UI fix
This commit is contained in:
@ -876,6 +876,10 @@ void show_stats_normal(afl_state_t *afl) {
|
||||
|
||||
#endif
|
||||
|
||||
if (banner_pad)
|
||||
for (u32 i = 0; i < banner_pad; ++i)
|
||||
strcat(banner, " ");
|
||||
|
||||
}
|
||||
|
||||
SAYF("\n%s\n", banner);
|
||||
|
Reference in New Issue
Block a user