aboutsummaryrefslogtreecommitdiff
path: root/gdb/altos-xdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/altos-xdep.c')
-rw-r--r--gdb/altos-xdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/altos-xdep.c b/gdb/altos-xdep.c
index fbc289b..8cbdfc9 100644
--- a/gdb/altos-xdep.c
+++ b/gdb/altos-xdep.c
@@ -153,7 +153,7 @@ core_file_command (filename, from_tty)
corefile = savestring (filename, strlen (filename));
else
{
- corefile = concat (current_directory, "/", filename);
+ corefile = concat (current_directory, "/", filename, NULL);
}
set_current_frame ( create_new_frame (read_register (FP_REGNUM),