1
1

Add a format to stop the complaining.

This commit was SVN r22276.
Этот коммит содержится в:
George Bosilca 2009-12-08 17:26:42 +00:00
родитель 703ec3d6ce
Коммит e55f89dda7

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

@ -322,7 +322,7 @@ int opal_show_vhelp(const char *filename, const char *topic,
/* If we got a single string, output it with formatting */
if (NULL != output) {
opal_output(output_stream, output);
opal_output(output_stream, "%s", output);
free(output);
}