]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.cc
CDROM support
[apt.git] / apt-pkg / contrib / strutl.cc
index 273118e9da5cd09b1d697edc859fc38d0d60a87b..499b72a5e93f13c6d77bd3beb30cf3b970648c6c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: strutl.cc,v 1.14 1998/12/03 07:29:18 jgg Exp $
+// $Id: strutl.cc,v 1.15 1998/12/04 21:16:50 jgg Exp $
 /* ######################################################################
 
    String Util - Some usefull string functions.
@@ -640,7 +640,7 @@ void URI::CopyFrom(string U)
       Path = "/";
 
    // Now we attempt to locate a user:pass@host fragment
-   if (U[1] == '/' && U[2] == '/')
+   if (FirstColon[1] == '/' && FirstColon[2] == '/')
       FirstColon += 3;
    else
       FirstColon += 1;