From: Wolfgang Bumiller Date: Sat, 24 May 2014 15:15:25 +0000 (+0200) Subject: this should be NULL X-Git-Tag: xonotic-v0.8.1~9^2~33^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f1ab19ba0bf61491c9a9ae07a3c66fbe8b921bd4;p=xonotic%2Fgmqcc.git this should be NULL --- 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); }