Revert incorrect 2000-06-25 patch.
[deliverable/binutils-gdb.git] / binutils / ar.c
index c8179d469b33f69a687281d45a9c1e9c2beb6a81..650092f449c5c495281023ecc7c1ae5df8447744 100644 (file)
@@ -310,7 +310,7 @@ normalize (file, abfd)
     if (filename == NULL || (bslash != NULL && bslash > filename))
       filename = bslash;
     if (filename == NULL && file[0] != '\0' && file[1] == ':')
-      filename = file + 2;
+      filename = file + 1;
   }
 #endif
   if (filename != (char *) NULL)
@@ -395,7 +395,7 @@ main (argc, argv)
          if (temp == NULL || (bslash != NULL && bslash > temp))
            temp = bslash;
          if (temp == NULL && program_name[0] != '\0' && program_name[1] == ':')
-           temp = program_name + 2;
+           temp = program_name + 1;
        }
 #endif
       if (temp == NULL)
This page took 0.053855 seconds and 4 git commands to generate.