mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-22 09:50:43 +00:00
this should be NULL
This commit is contained in:
parent
b7b60e7468
commit
f1ab19ba0b
1 changed files with 1 additions and 1 deletions
2
test.c
2
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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue