mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
Changed warning message to use const instead of magic
This commit is contained in:
@ -578,7 +578,8 @@ void read_afl_environment(afl_state_t *afl, char **envp) {
|
||||
|
||||
WARNF(
|
||||
"Incorrect value given to AFL_FUZZER_STATS_UPDATE_INTERVAL, "
|
||||
"using default of 60 seconds\n");
|
||||
"using default of %d seconds\n",
|
||||
STATS_UPDATE_SEC);
|
||||
|
||||
} else {
|
||||
|
||||
|
Reference in New Issue
Block a user