diff options
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mi/mi-out.c b/gdb/mi/mi-out.c index 72ae36d..53f7206 100644 --- a/gdb/mi/mi-out.c +++ b/gdb/mi/mi-out.c @@ -174,7 +174,7 @@ mi_ui_out::do_message (const ui_file_style &style, void mi_ui_out::do_wrap_hint (int indent) { - wrap_here (indent); + m_streams.back ()->wrap_here (indent); } void |