summaryrefslogtreecommitdiff
path: root/binutils/bucomm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-06-25 16:30:27 +0000
committerNick Clifton <nickc@redhat.com>2000-06-25 16:30:27 +0000
commite40c5129a128b5cf88298cc603e1d5d520c2041e (patch)
tree57475fb89e8766dcb1b8fa8048c6f17ddbcdadbb /binutils/bucomm.c
parent4617f13374611e2989570b11170802c11de8ad2c (diff)
downloadbinutils-redhat-e40c5129a128b5cf88298cc603e1d5d520c2041e.tar.gz
Advance past both parts of dos based <letter>: filepath prefix.
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 86c327fd43..a40a599ee3 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 + 1;
+ slash = filename + 2;
}
#endif