From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:25 +0000 (+0000) Subject: Nother typo X-Git-Tag: 0.7.24ubuntu1~1400 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/3782b88d989bd3895bcf53797c1ec8bfc163efe6?ds=inline Nother typo Author: jgg Date: 1999-04-07 05:51:01 GMT Nother typo --- diff --git a/apt-pkg/deb/debsrcrecords.h b/apt-pkg/deb/debsrcrecords.h index 76a0e2c33..426b914e8 100644 --- a/apt-pkg/deb/debsrcrecords.h +++ b/apt-pkg/deb/debsrcrecords.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: debsrcrecords.h,v 1.2 1999/04/04 08:07:39 jgg Exp $ +// $Id: debsrcrecords.h,v 1.3 1999/04/07 05:51:01 jgg Exp $ /* ###################################################################### Debian Source Package Records - Parser implementation for Debian style @@ -40,7 +40,8 @@ class debSrcRecordParser : public pkgSrcRecords::Parser virtual unsigned long Offset() {return iOffset;}; virtual bool Files(vector &F); - debSrcRecordParser(FileFd *File) : Parser(File), + debSrcRecordParser(FileFd *File,pkgSourceList::const_iterator SrcItem) : + Parser(File,SrcItem), Tags(*File,sizeof(Buffer)) {}; };