From 701446eaa8c84dd0dddbd9cbfd665dfc21003e3e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 26 Jun 2000 23:15:58 +0000 Subject: Revert incorrect 2000-06-25 patch. --- 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 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 -- cgit v1.2.1