]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-sortpkgs.cc
remove fake-status leftover from the python-test
[apt.git] / cmdline / apt-sortpkgs.cc
index 171b0ba13d86ca2d9808320a59847af03afb94ad..f95a434cc1e87ddaba2bd03b93a97794e6671326 100644 (file)
@@ -106,7 +106,7 @@ bool DoIt(string InFile)
    
    // Emit
    unsigned char *Buffer = new unsigned char[Largest+1];
-   for (vector<PkgName>::iterator I = List.begin(); I != List.end(); I++)
+   for (vector<PkgName>::iterator I = List.begin(); I != List.end(); ++I)
    {
       // Read in the Record.
       if (Fd.Seek(I->Offset) == false || Fd.Read(Buffer,I->Length) == false)