diff options
Diffstat (limited to 'gdb/pyr-xdep.c')
-rw-r--r-- | gdb/pyr-xdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/pyr-xdep.c b/gdb/pyr-xdep.c index 85b1c58..4a89db9 100644 --- a/gdb/pyr-xdep.c +++ b/gdb/pyr-xdep.c @@ -342,7 +342,7 @@ core_file_command (filename, from_tty) corefile = savestring (filename, strlen (filename)); else { - corefile = concat (current_directory, "/", filename); + corefile = concat (current_directory, "/", filename, NULL); } #if 1 || defined(PYRAMID_CONTROL_FRAME_DEBUGGING) |