aboutsummaryrefslogtreecommitdiff
path: root/gdb/m88k-xdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/m88k-xdep.c')
-rw-r--r--gdb/m88k-xdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m88k-xdep.c b/gdb/m88k-xdep.c
index 5ecd12d..835d8a2 100644
--- a/gdb/m88k-xdep.c
+++ b/gdb/m88k-xdep.c
@@ -266,7 +266,7 @@ core_file_command (filename, from_tty)
corefile = savestring (filename, strlen (filename));
else
{
- corefile = concat (current_directory, "/", filename);
+ corefile = concat (current_directory, "/", filename, NULL);
}
init_tdesc();
current_context = init_dcontext();