1
1

If we can't compress the name, that's fine - but still have to move to next posn

This commit was SVN r24999.
Этот коммит содержится в:
Ralph Castain 2011-08-05 14:43:36 +00:00
родитель 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 */