summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-06-26 23:15:58 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-06-26 23:15:58 +0000
commit701446eaa8c84dd0dddbd9cbfd665dfc21003e3e (patch)
treef6e0099bb1c2f6622e021d1a22b99c2543a67819 /binutils/bucomm.c
parent1908718e01b33fdf9f05f93af502d34702c24549 (diff)
downloadbinutils-redhat-701446eaa8c84dd0dddbd9cbfd665dfc21003e3e.tar.gz
Revert incorrect 2000-06-25 patch.
Diffstat (limited to 'binutils/bucomm.c')
-rw-r--r--binutils/bucomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index a40a599ee3..86c327fd43 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -222,7 +222,7 @@ make_tempname (filename)
if (slash == NULL || (bslash != NULL && bslash > slash))
slash = bslash;
if (slash == NULL && filename[0] != '\0' && filename[1] == ':')
- slash = filename + 2;
+ slash = filename + 1;
}
#endif