aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-04-04 17:55:47 +0000
committerSteve Chamberlain <steve@cygnus>1991-04-04 17:55:47 +0000
commitb6fc45ca4c306a4f6f6bdbaf90a69d3dab62777a (patch)
treec46ecc52712bc950302f5854ab75500fcf1369a2 /binutils
parentf61d204a35104352c5268074fdc631ebbb6ae008 (diff)
downloadgdb-b6fc45ca4c306a4f6f6bdbaf90a69d3dab62777a.zip
gdb-b6fc45ca4c306a4f6f6bdbaf90a69d3dab62777a.tar.gz
gdb-b6fc45ca4c306a4f6f6bdbaf90a69d3dab62777a.tar.bz2
*** empty log message ***
Diffstat (limited to 'binutils')
-rw-r--r--binutils/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/copy.c b/binutils/copy.c
index 05d9f2d..91b5f26 100644
--- a/binutils/copy.c
+++ b/binutils/copy.c
@@ -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);