ref: 226dbe09dda81adfb1b2929a832d7484ce3676d8
parent: e40651fd4de6f6431d51be0d5418fdba7a9ebce6
author: Simon Howard <[email protected]>
date: Sat Apr 5 14:32:57 EDT 2014
setup: Add missing argument to M_StringJoin. Last argument to M_StringJoin needs to be NULL.
--- a/src/setup/execute.c
+++ b/src/setup/execute.c
@@ -341,7 +341,7 @@
// Build the command line
- response_file_arg = M_StringJoin("@", context->response_file);
+ response_file_arg = M_StringJoin("@", context->response_file, NULL);
// Run Doom