mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
unify output format
This commit is contained in:
@ -2057,7 +2057,7 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
if ((isatty(2) && !be_quiet) || debug) {
|
if ((isatty(2) && !be_quiet) || debug) {
|
||||||
|
|
||||||
SAYF(cCYA
|
SAYF(cCYA
|
||||||
"afl-cc " VERSION cRST
|
"afl-cc" VERSION cRST
|
||||||
" by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: %s-%s\n",
|
" by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: %s-%s\n",
|
||||||
compiler_mode_string[compiler_mode], ptr);
|
compiler_mode_string[compiler_mode], ptr);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user