mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18: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")) {
|
||||
|
||||
SAYF(cMGN "[D]" cRST);
|
||||
for (int i = 0; i < argc; i++)
|
||||
for (i = 0; i < argc; i++)
|
||||
SAYF(" %s", argv[i]);
|
||||
SAYF("\n");
|
||||
|
||||
|
Reference in New Issue
Block a user