this should be NULL

This commit is contained in:
Wolfgang Bumiller 2014-05-24 17:15:25 +02:00
parent b7b60e7468
commit f1ab19ba0b

2
test.c
View file

@ -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);
}