]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
merged from the debian-sid branch
[apt.git] / apt-pkg / deb / deblistparser.cc
index 59c4ee365615f4a04dde3061c160fd1f02c0a3b2..952433428ef5c0ce0d83785e5edf949ec21767e6 100644 (file)
@@ -198,7 +198,7 @@ string debListParser::DescriptionLanguage()
 
    std::vector<string> const lang = APT::Configuration::getLanguages(true);
    for (std::vector<string>::const_iterator l = lang.begin();
-       l != lang.end(); l++)
+       l != lang.end(); ++l)
       if (Section.FindS(string("Description-").append(*l).c_str()).empty() == false)
         return *l;