* ldlang.c (new_afile): Pass NULL as last argument to concat.

This commit is contained in:
Ian Lance Taylor 1994-02-21 23:19:43 +00:00
parent c8d02404ea
commit ef76742fc5
2 changed files with 5 additions and 1 deletions

View file

@ -338,7 +338,7 @@ new_afile (name, file_type, target)
p->is_archive = true;
p->filename = name;
p->real = true;
p->local_sym_name = concat ("-l", name, "");
p->local_sym_name = concat ("-l", name, (const char *) NULL);
p->just_syms_flag = false;
p->search_dirs_flag = true;
break;