about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 35cf582c..4b6ced7a 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -942,7 +942,7 @@ int main(int argc, char** argv, char** envp) {
         }
 
         detect_file_args(argv + optind + 1, afl->fsrv.out_file,
-                         afl->fsrv.use_stdin);
+                         &afl->fsrv.use_stdin);
         break;
 
       }