mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 20:28:08 +00:00
old compiler fix
This commit is contained in:
@ -789,7 +789,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
if (getenv("AFL_DEBUG")) {
|
if (getenv("AFL_DEBUG")) {
|
||||||
|
|
||||||
SAYF(cMGN "[D]" cRST);
|
SAYF(cMGN "[D]" cRST);
|
||||||
for (int i = 0; i < argc; i++)
|
for (i = 0; i < argc; i++)
|
||||||
SAYF(" %s", argv[i]);
|
SAYF(" %s", argv[i]);
|
||||||
SAYF("\n");
|
SAYF("\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user