]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/sourcelist.cc
merge indexRecords into metaIndex
[apt.git] / apt-pkg / sourcelist.cc
index 69f7ac0432fabe397fce25eacc195672844dedce..0502f0e1dca48ac4254ccdb2e2d4b6365901c517 100644 (file)
@@ -103,6 +103,7 @@ bool pkgSourceList::Type::ParseStanza(vector<metaIndex *> &List,    /*{{{*/
    APT_PLUSMINUS("Targets", "target");
 #undef APT_PLUSMINUS
    mapping.insert(std::make_pair("Trusted", "trusted"));
+
    for (std::map<char const * const, char const * const>::const_iterator m = mapping.begin(); m != mapping.end(); ++m)
       if (Tags.Exists(m->first))
       {