]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Merge branch 'arithmetic_exceptions' into cooking
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 29f4b1100fb1ea0df4b0bbea4f2eaef206207460..23fbfb6b4ef8ed0d5f8c9e37446ddd9b1c9b775e 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);
     }