*** empty log message ***

This commit is contained in:
Steve Chamberlain
1991-04-04 17:55:47 +00:00
parent f61d204a35
commit b6fc45ca4c
3 changed files with 13 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ bfd *obfd;
bfd *this_element;
/* Read each archive element in turn from the input, copy the
contents to a temp file, and keep the temp file handle */
char *dir = cat("./",make_tempname(this_element->filename),"copy-dir");
char *dir = cat("./",make_tempname(""),"copy-dir");
/* Make a temp directory to hold the contents */
mkdir(dir,0777);