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.
Этот коммит содержится в:
родитель
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;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user