]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.cc
Not /not/ immediately mapping a file is INSANE :/.
[apt.git] / apt-pkg / deb / debsrcrecords.cc
index 5f0a75cd956019960f35138b04172ac11ebdb081..407b02d39da471e4b84acc936d7c42a5be3b8bcd 100644 (file)
@@ -38,7 +38,7 @@ debSrcRecordParser::debSrcRecordParser(std::string const &File,pkgIndexFile cons
    if (File.empty() == false)
    {
       if (Fd.Open(File, FileFd::ReadOnly, FileFd::Extension))
-        Tags.Init(&Fd, 102400);
+        Tags.Init(&Fd);
    }
 }
 std::string debSrcRecordParser::Package() const                                /*{{{*/