diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-01-23 08:13:49 +0100 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-01-23 08:16:43 +0100 |
commit | bbbbffbbfc3fca35649896d6626ab02581df8037 (patch) | |
tree | 48f76cb6e9d98c4a6c926c9f3b27dd6bffc553b0 | |
parent | 5932be96694afe02ffbce899a644a44940f84dee (diff) | |
download | gdb-bbbbffbbfc3fca35649896d6626ab02581df8037.zip gdb-bbbbffbbfc3fca35649896d6626ab02581df8037.tar.gz gdb-bbbbffbbfc3fca35649896d6626ab02581df8037.tar.bz2 |
Fix filename in one of the recent gdb/ChangeLog entries (remove "gdb/").
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 767aa2b..b358c26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -24,7 +24,7 @@ 2015-01-22 Eli Zaretskii <eliz@gnu.org> - * gdb/tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' + * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm' fails with the 1st arg NULL, try again with "unknown". Don't test the "cup" capability: it isn't supported by the Windows port of ncurses, but the Windows console driver is still capable of |