1
1

Rename MCA param to match rest of code.

This commit was SVN r6877.
Этот коммит содержится в:
Jeff Squyres 2005-08-15 10:39:07 +00:00
родитель b9452e5afe
Коммит 2e114e1adb

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

@ -77,7 +77,7 @@ int mca_base_components_open(const char *type_name, int output_id,
param_type = mca_base_param_register_string(type_name, "base", NULL,
type_name, NULL);
param = mca_base_param_find("base", NULL, "component_show_load_errors");
param = mca_base_param_find("mca", NULL, "component_show_load_errors");
mca_base_param_lookup_int(param, &ret);
show_errors = (0 != ret) ? true : false;