]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.cc
print from their the visit came from
[apt.git] / apt-pkg / acquire-method.cc
index 79a7519a84f2243118b894ba94a98a0767f9f5fa..7e9061e56a80de679ff8699f17ab1c29f4304a0e 100644 (file)
@@ -81,7 +81,7 @@ void pkgAcqMethod::Fail(bool Transient)
 void pkgAcqMethod::Fail(string Err,bool Transient)
 {
    // Strip out junk from the error messages
-   for (string::iterator I = Err.begin(); I != Err.end(); I++)
+   for (string::iterator I = Err.begin(); I != Err.end(); ++I)
    {
       if (*I == '\r') 
         *I = ' ';