If we can't compress the name, that's fine - but still have to move to next posn
This commit was SVN r24999.
Этот коммит содержится в:
родитель
3199663613
Коммит
157bad5435
@ -130,6 +130,11 @@ int orte_regex_create(char *nodelist, char **regexp)
|
||||
ndreg = OBJ_NEW(orte_regex_node_t);
|
||||
ndreg->prefix = strdup(node);
|
||||
opal_list_append(&nodeids, &ndreg->super);
|
||||
/* move to the next posn */
|
||||
if (NULL == cptr) {
|
||||
break;
|
||||
}
|
||||
node = cptr + 1;
|
||||
continue;
|
||||
}
|
||||
/* convert the digits and get any suffix */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user