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/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/command.c') diff --git a/gdb/command.c b/gdb/command.c index a1ce588..d883940 100644 --- a/gdb/command.c +++ b/gdb/command.c @@ -216,7 +216,7 @@ add_show_from_set (setcmd, list) /* Replace "set " at start of docstring with "show ". */ if (setcmd->doc[0] == 'S' && setcmd->doc[1] == 'e' && setcmd->doc[2] == 't' && setcmd->doc[3] == ' ') - showcmd->doc = concat ("Show ", setcmd->doc + 4, ""); + showcmd->doc = concat ("Show ", setcmd->doc + 4, NULL); else fprintf (stderr, "GDB internal error: Bad docstring for set command\n"); -- cgit v1.1