projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7b60e7
)
this should be NULL
author
Wolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 15:15:25 +0000
(17:15 +0200)
committer
Wolfgang Bumiller <wry.git@bumiller.com>
Sat, 24 May 2014 15:15:25 +0000
(17:15 +0200)
test.c
patch
|
blob
|
history
diff --git
a/test.c
b/test.c
index c726b02f1ebe0999779525f7e2be087477bb93d2..f1f714fab34a6722f27674a100684fc458a5f37f 100644
(file)
--- 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
);
}