]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/deblistparser.cc
Allow the FileFd to use an external Compressor to uncompress a given file
[apt.git] / apt-pkg / deb / deblistparser.cc
index 28568d5e3dd71e9d2a3968e543d2a32e38a1bfc5..bdb50f6bff809ba9b7ebf22e8660dc243b244ae0 100644 (file)
@@ -773,6 +773,7 @@ bool debListParser::LoadReleaseInfo(pkgCache::PkgFileIterator &FileI,
    // file. to provide Component pinning we use the section name now
    FileI->Component = WriteUniqString(component);
 
+   // FIXME: Code depends on the fact that Release files aren't compressed
    FILE* release = fdopen(dup(File.Fd()), "r");
    if (release == NULL)
       return false;