Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sid
[apt.git] / apt-pkg / deb / debindexfile.cc
index eee758b7a124d388ac1d1fe1c9cb84c38d6fe806..a0dd15cd831d1e5661e564ba1e173d10da97ef81 100644 (file)
@@ -525,7 +525,7 @@ bool debTranslationsIndex::Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const
    if (FileExists(TranslationFile))
    {
      FileFd Trans(TranslationFile,FileFd::ReadOnly, FileFd::Extension);
-     debListParser TransParser(&Trans);
+     debTranslationsParser TransParser(&Trans);
      if (_error->PendingError() == true)
        return false;