allow null string
This commit was SVN r2185.
Этот коммит содержится в:
родитель
e2350d8887
Коммит
08de49cc4a
@ -80,7 +80,7 @@ char **ompi_argv_split(const char *src_string, int delimiter)
|
||||
int argc = 0;
|
||||
size_t arglen;
|
||||
|
||||
while (*src_string) {
|
||||
while (src_string && *src_string) {
|
||||
p = src_string;
|
||||
arglen = 0;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user