This commit is contained in:
vanhauser-thc
2024-03-07 12:09:22 +01:00
parent 0ea53ea5b5
commit 306a917956

View File

@ -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);