diff options
Diffstat (limited to 'gdb/tui')
-rw-r--r-- | gdb/tui/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/tui/tui-out.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 9ab3461..aa2fc5a 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,3 +1,7 @@ +2003-06-28 Daniel Jacobowitz <drow@mvista.com> + + * tui-out.c (tui_ui_out_impl): Add NULL for redirect member. + 2003-06-22 Daniel Jacobowitz <drow@mvista.com> * tui-hooks.c: Update include order. diff --git a/gdb/tui/tui-out.c b/gdb/tui/tui-out.c index 94fda09..e1be56a 100644 --- a/gdb/tui/tui-out.c +++ b/gdb/tui/tui-out.c @@ -90,6 +90,7 @@ static struct ui_out_impl tui_ui_out_impl = tui_message, tui_wrap_hint, tui_flush, + NULL, 0, /* Does not need MI hacks (i.e. needs CLI hacks). */ }; |