shithub: choc

Download patch

ref: b212241cc23678f9aaa4fac7f3396a22e8739ba1
parent: 8efab8a2b8d726e43544f5b12bef3f79df1a31af
author: Simon Howard <fraggle@gmail.com>
date: Mon Oct 23 19:14:43 EDT 2006

Write newlines in response files to separate parameters.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 725

--- a/setup/execute.c
+++ b/setup/execute.c
@@ -66,6 +66,7 @@
     va_start(args, s);
 
     vfprintf(context->stream, s, args);
+    fprintf(context->stream, "\n");
 }
 
 void ExecuteDoom(execute_context_t *context)