]> Git Repo - binutils.git/blobdiff - gdb/pyr-xdep.c
Remove internal gdb definition of fixed arg count concat() function and
[binutils.git] / gdb / pyr-xdep.c
index 85b1c58a7aa76b322c46c02b2d8bb595ff145434..4a89db9498e874fe63880467ab6ae90171e1d36d 100644 (file)
@@ -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)
This page took 0.023783 seconds and 4 git commands to generate.