From 58ae87f612e884727a3fc18a2d623534589463a4 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 12 Nov 1991 17:50:14 +0000 Subject: Remove internal gdb definition of fixed arg count concat() function and convert to use of variable arg count concat() in libiberty. --- gdb/altos-xdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/altos-xdep.c') 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), -- cgit v1.1