X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/11e7af846822e893604052db7822de016fb97417..f8f410f57e7941a7bf57c5c84b77b2bcd577ac6b:/apt-pkg/srcrecords.cc diff --git a/apt-pkg/srcrecords.cc b/apt-pkg/srcrecords.cc index 05be79a5a..23d3a5fc0 100644 --- a/apt-pkg/srcrecords.cc +++ b/apt-pkg/srcrecords.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: srcrecords.cc,v 1.1 1999/04/04 01:17:29 jgg Exp $ +// $Id: srcrecords.cc,v 1.2 1999/04/07 05:30:18 jgg Exp $ /* ###################################################################### Source Package Records - Allows access to source package records @@ -63,7 +63,7 @@ pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : Files(0), Current(0) return; } - Files[Count] = new debSrcRecordParser(FD); + Files[Count] = new debSrcRecordParser(FD,I); Count++; }