projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge remote-tracking branch 'mvo/feature/srcrec-enum2' into debian/sid
[apt.git]
/
apt-pkg
/
deb
/
debindexfile.cc
diff --git
a/apt-pkg/deb/debindexfile.cc
b/apt-pkg/deb/debindexfile.cc
index eee758b7a124d388ac1d1fe1c9cb84c38d6fe806..a0dd15cd831d1e5661e564ba1e173d10da97ef81 100644
(file)
--- a/
apt-pkg/deb/debindexfile.cc
+++ b/
apt-pkg/deb/debindexfile.cc
@@
-525,7
+525,7
@@
bool debTranslationsIndex::Merge(pkgCacheGenerator &Gen,OpProgress *Prog) const
if (FileExists(TranslationFile))
{
FileFd Trans(TranslationFile,FileFd::ReadOnly, FileFd::Extension);
- deb
List
Parser TransParser(&Trans);
+ deb
Translations
Parser TransParser(&Trans);
if (_error->PendingError() == true)
return false;