From f1ab19ba0bf61491c9a9ae07a3c66fbe8b921bd4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Sat, 24 May 2014 17:15:25 +0200 Subject: [PATCH] this should be NULL --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2