diff options
Diffstat (limited to 'gdb/cli-out.c')
-rw-r--r-- | gdb/cli-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli-out.c b/gdb/cli-out.c index 925ba8a..b2daad1 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -243,7 +243,7 @@ cli_ui_out::do_wrap_hint (int indent) if (m_suppress_output) return; - wrap_here (indent); + m_streams.back ()->wrap_here (indent); } void |