]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
enable FileFd to guess the compressor based on the filename if requested or
[apt.git] / apt-pkg / deb / debsrcrecords.h
index 4c8d03224b8c821fb57b3113e01df48d96558985..5d2a67f4f599643a18791dbae4bc59666e7c41ff 100644 (file)
@@ -50,7 +50,7 @@ class debSrcRecordParser : public pkgSrcRecords::Parser
    virtual bool Files(std::vector<pkgSrcRecords::File> &F);
 
    debSrcRecordParser(std::string const &File,pkgIndexFile const *Index) 
-      : Parser(Index), Fd(File,FileFd::ReadOnlyGzip), Tags(&Fd,102400), 
+      : Parser(Index), Fd(File,FileFd::ReadOnly, FileFd::Extension), Tags(&Fd,102400), 
         Buffer(NULL) {}
    virtual ~debSrcRecordParser();
 };