1
1

Add missing variable def - thanks to Paul Hargrove for spotting.

This commit was SVN r27865.
Этот коммит содержится в:
Ralph Castain 2013-01-18 14:32:53 +00:00
родитель e69dc00460
Коммит 73387e50e2

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

@ -194,6 +194,7 @@ static int store(const orte_process_name_t *proc,
*/ */
size_t n, k; size_t n, k;
bool subbed; bool subbed;
char *ptr;
str = (char*)data; str = (char*)data;
/* first, count how many characters need to be replaced - since Cray /* first, count how many characters need to be replaced - since Cray