]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Merge branch 'cooking'
authorDale Weiler <weilercdale@gmail.com>
Wed, 10 Dec 2014 07:43:42 +0000 (02:43 -0500)
committerDale Weiler <weilercdale@gmail.com>
Wed, 10 Dec 2014 07:43:42 +0000 (02:43 -0500)
Conflicts:
test.c

test.c

diff --git a/test.c b/test.c
index bf429853b263c39ca2732807098ac184f37f2686..6d8e9ad7192bf08ff2e583c5b3be9c343d57e37b 100644 (file)
--- a/test.c
+++ b/test.c
@@ -85,7 +85,7 @@ static fs_file_t **task_popen(const char *command, const char *mode) {
             while (*line != '\0' && *line != ' ' &&
                    *line != '\t' && *line != '\n') line++;
         }
-        vec_push(argv, NULL);
+        vec_push(argv, (char *)0);
     }