about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-22 21:40:02 +0200
committervan Hauser <vh@thc.org>2020-06-22 21:40:02 +0200
commitea1222b33fb5e97165f649168b812d83ed1ed8c4 (patch)
tree4779d33ff01890da078716e78abe9918ad898648
parent37edfe2de9387d460dbb8e945e22122fd9ab8e1c (diff)
downloadafl++-ea1222b33fb5e97165f649168b812d83ed1ed8c4.tar.gz
old compiler fix
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index f1926b05..de25e427 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -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");