mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
fix nits
This commit is contained in:
@ -866,7 +866,7 @@ void show_stats(afl_state_t *afl) {
|
||||
|
||||
if (unlikely(afl->custom_only)) {
|
||||
|
||||
strcpy(tmp, "disabled (custom mutator only mode)");
|
||||
strcpy(tmp, "disabled (custom-mutator-only mode)");
|
||||
|
||||
} else if (likely(afl->skip_deterministic)) {
|
||||
|
||||
|
Reference in New Issue
Block a user