diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2097,7 +2097,7 @@ set_history_filename (const char *args, that was read. */ if (!history_filename.empty () && !IS_ABSOLUTE_PATH (history_filename.c_str ())) - history_filename = gdb_abspath (history_filename.c_str ()); + history_filename = gdb_abspath (history_filename); } /* Whether we're in quiet startup mode. */ |