]> git.saurik.com Git - apt.git/blobdiff - apt-inst/extract.cc
remove Dir:: scope limit of RootDir in the documentation
[apt.git] / apt-inst / extract.cc
index b60784450654e8b65b0cd5eab52e72e721bc9410..026182c186ab5181f8dee410a85f8685abbf2da4 100644 (file)
@@ -404,7 +404,7 @@ bool pkgExtract::HandleOverwrites(pkgFLCache::NodeIterator Nde,
       // Now see if this package matches one in a replace depends
       pkgCache::DepIterator Dep = Ver.DependsList();
       bool Ok = false;
-      for (; Dep.end() == false; Dep++)
+      for (; Dep.end() == false; ++Dep)
       {
         if (Dep->Type != pkgCache::Dep::Replaces)
            continue;