]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
* added missing ","
[apt.git] / apt-pkg / deb / debsrcrecords.h
index a49734795e4d412539bddb0a6985e0e683e138e4..f899993dfa0581bf68b12f2122ee98438884916a 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: debsrcrecords.h,v 1.7 2001/11/04 17:09:18 tausq Exp $
+// $Id: debsrcrecords.h,v 1.8 2004/03/17 05:58:54 mdz Exp $
 /* ######################################################################
    
    Debian Source Package Records - Parser implementation for Debian style
@@ -52,7 +52,7 @@ class debSrcRecordParser : public pkgSrcRecords::Parser
    debSrcRecordParser(string File,pkgIndexFile const *Index) :
                    Parser(Index),      
                    Fd(File,FileFd::ReadOnly),
-                   Tags(&Fd,sizeof(Buffer)) {};
+                   Tags(&Fd,102400) {};
 };
 
 #endif