Add the format to the opal_output call.
This commit was SVN r22041.
Этот коммит содержится в:
родитель
51f64aaf96
Коммит
b04a42ba3b
@ -389,7 +389,7 @@ void opal_stackframe_output(int stream)
|
||||
function calls, which will be this function and
|
||||
opa_backtrace_buffer(). */
|
||||
for (i = 2; i < traces_size; ++i) {
|
||||
opal_output(stream, traces[i]);
|
||||
opal_output(stream, "%s", traces[i]);
|
||||
}
|
||||
} else {
|
||||
opal_backtrace_print(stderr);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user