From 307ff1df129bd324640f7c6361c2f78423dc88e7 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 25 Jun 2000 16:30:27 +0000 Subject: Advance past both parts of dos based : filepath prefix. --- binutils/bucomm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/bucomm.c') 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 -- cgit v1.1