1
1

Fix a typo that caused valgrind to bark on 64-bit machines. Actually was a potential source of error, so the barking was legit.

This commit was SVN r7677.
Этот коммит содержится в:
Ralph Castain 2005-10-10 02:34:26 +00:00
родитель 23cbac25c8
Коммит 6c839048cf

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

@ -361,7 +361,7 @@ int orte_gpr_base_define_trigger_level(orte_gpr_trigger_id_t *id,
}
value.keyvals[i]->key = keys[i];
value.keyvals[i]->type = ORTE_SIZE;
value.keyvals[i]->value.intval = levels[i];
value.keyvals[i]->value.size = levels[i];
}
value.tokens = tokens;