Allow the FileFd to use an external Compressor to uncompress a given file
[ntk/apt.git] / apt-pkg / deb / deblistparser.cc
index 28568d5..bdb50f6 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;