aboutsummaryrefslogtreecommitdiff
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
commit307ff1df129bd324640f7c6361c2f78423dc88e7 (patch)
tree15aa395ebde96f9eb73e76fce0374c09079df67b /binutils/bucomm.c
parentcc542d3bd4fe777533664233a8bdccffa535d124 (diff)
downloadfsf-binutils-gdb-307ff1df129bd324640f7c6361c2f78423dc88e7.zip
fsf-binutils-gdb-307ff1df129bd324640f7c6361c2f78423dc88e7.tar.gz
fsf-binutils-gdb-307ff1df129bd324640f7c6361c2f78423dc88e7.tar.bz2
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 86c327f..a40a599 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