Remove internal gdb definition of fixed arg count concat() function and
[deliverable/binutils-gdb.git] / gdb / gould-xdep.c
index 36d6b20412fe2f40a7818fa5532e0860e918fc8f..bd6276dbb50ffd39829cb269449aec12bd6a41c3 100644 (file)
@@ -119,7 +119,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),
This page took 0.024142 seconds and 4 git commands to generate.