]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
this should be NULL
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 15:15:25 +0000 (17:15 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 15:15:25 +0000 (17:15 +0200)
test.c

diff --git a/test.c b/test.c
index c726b02f1ebe0999779525f7e2be087477bb93d2..f1f714fab34a6722f27674a100684fc458a5f37f 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, '\0');
+        vec_push(argv, NULL);
     }