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