diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/setup/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/execute.c b/src/setup/execute.c index 9d798264..9bc4f9ae 100644 --- a/src/setup/execute.c +++ b/src/setup/execute.c @@ -341,7 +341,7 @@ int ExecuteDoom(execute_context_t *context) // Build the command line - response_file_arg = M_StringJoin("@", context->response_file); + response_file_arg = M_StringJoin("@", context->response_file, NULL); // Run Doom |