1
1
Fix compiler warning

This commit was SVN r13308.

The following Trac tickets were found above:
  Ticket 801 --> https://svn.open-mpi.org/trac/ompi/ticket/801
Этот коммит содержится в:
Tim Prins 2007-01-25 16:12:05 +00:00
родитель 3c11936b34
Коммит e199bf9b64

Просмотреть файл

@ -170,7 +170,7 @@ static int orte_ras_slurm_discover(char *regexp, char *tasks_per_node,
char *begptr, *endptr, *orig;
int *slots;
bool found_range = false;
bool more_to_come;
bool more_to_come = false;
orig = base = strdup(regexp);
if (NULL == base) {