diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c index 9d4ce1fa3bd..2b53640af06 100644 --- a/gdb/top.c +++ b/gdb/top.c @@ -2038,7 +2038,7 @@ show_gdb_datadir (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) { fprintf_filtered (file, _("GDB's data directory is \"%s\".\n"), - gdb_datadir); + gdb_datadir.c_str ()); } static void |