X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=test.c;h=f1f714fab34a6722f27674a100684fc458a5f37f;hp=c726b02f1ebe0999779525f7e2be087477bb93d2;hb=f1ab19ba0bf61491c9a9ae07a3c66fbe8b921bd4;hpb=b7b60e74683ec62eb62e461f757448b3f1a78744 diff --git a/test.c b/test.c index c726b02..f1f714f 100644 --- 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); }