]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
- download and use i18n/Index to choose which Translations to download
[apt.git] / apt-pkg / deb / debsrcrecords.h
index c39d78bae66b202f1726eed515594db12f04b04e..905264daa0608a7665a5fde3c688f6d14ee292b9 100644 (file)
@@ -48,7 +48,7 @@ class debSrcRecordParser : public pkgSrcRecords::Parser
    virtual bool Files(vector<pkgSrcRecords::File> &F);
 
    debSrcRecordParser(string const &File,pkgIndexFile const *Index) 
-      : Parser(Index), Fd(File,FileFd::ReadOnly), Tags(&Fd,102400), 
+      : Parser(Index), Fd(File,FileFd::ReadOnlyGzip), Tags(&Fd,102400), 
         Buffer(0), BufSize(0) {}
    ~debSrcRecordParser();
 };