forked from Imagelibrary/binutils-gdb
Remove internal gdb definition of fixed arg count concat() function and
convert to use of variable arg count concat() in libiberty.
This commit is contained in:
@@ -112,7 +112,7 @@ core_open (filename, from_tty)
|
||||
|
||||
filename = tilde_expand (filename);
|
||||
if (filename[0] != '/') {
|
||||
temp = concat (current_directory, "/", filename);
|
||||
temp = concat (current_directory, "/", filename, NULL);
|
||||
free (filename);
|
||||
filename = temp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user