X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=test.c;h=6d8e9ad7192bf08ff2e583c5b3be9c343d57e37b;hb=ac8c7d730a7d0728facbdddea984a631037055aa;hp=bf429853b263c39ca2732807098ac184f37f2686;hpb=5d5b9a379ac6c4c2f6855b6a155216ab375795e4;p=xonotic%2Fgmqcc.git diff --git a/test.c b/test.c index bf42985..6d8e9ad 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, NULL); + vec_push(argv, (char *)0); }