]> git.saurik.com Git - apt.git/blobdiff - methods/ftp.cc
cppcheck complains about some possible speed improvements which could be
[apt.git] / methods / ftp.cc
index 97248f900c8eaff56f46e721a6f4958e11576c20..c2c4857697e09a4296d26b538986eea82872bb2f 100644 (file)
@@ -559,7 +559,7 @@ bool FTPConn::ExtGoPasv()
    string::const_iterator List[4];
    unsigned Count = 0;
    Pos++;
-   for (string::const_iterator I = Msg.begin() + Pos; I < Msg.end(); I++)
+   for (string::const_iterator I = Msg.begin() + Pos; I < Msg.end(); ++I)
    {
       if (*I != Msg[Pos])
         continue;