1
1

Provide the boool value as expected by the opal_show_help function.

This commit was SVN r7832.
Этот коммит содержится в:
George Bosilca 2005-10-21 20:04:18 +00:00
родитель b45651988b
Коммит 0d4aaf6fa6

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

@ -123,7 +123,7 @@ int opal_init(void)
error:
if (ret != OPAL_SUCCESS) {
opal_show_help("help-opal-runtime",
"opal_init:startup:internal-failure",
"opal_init:startup:internal-failure", true,
error, ret);
}