]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.cc
Fix problems due APT and structural changes.
[apt.git] / apt-pkg / deb / debindexfile.cc
index 1d8c1e8ecd757e207752678ed6611693ea9fdb67..4113137eb921c6da4f4d13dcb2bff51df3a184fe 100644 (file)
@@ -324,7 +324,7 @@ pkgCache::PkgFileIterator debPackagesIndex::FindInCache(pkgCache &Cache) const
 // ---------------------------------------------------------------------
 /* */
 debTranslationsIndex::debTranslationsIndex(string URI,string Dist,string Section) : 
-                  URI(URI), Dist(Dist), Section(Section)
+                  pkgIndexFile(true), URI(URI), Dist(Dist), Section(Section)
 {
 }
                                                                        /*}}}*/