From 06bba740f0085bcd6262cece62dcff266d8efe95 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:55 +0000 Subject: Fixed another parser glitch Author: jgg Date: 1999-02-22 03:30:06 GMT Fixed another parser glitch --- apt-pkg/pkgrecords.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/pkgrecords.cc') diff --git a/apt-pkg/pkgrecords.cc b/apt-pkg/pkgrecords.cc index 5d982caf3..5d112a5c1 100644 --- a/apt-pkg/pkgrecords.cc +++ b/apt-pkg/pkgrecords.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: pkgrecords.cc,v 1.4 1998/11/13 04:23:34 jgg Exp $ +// $Id: pkgrecords.cc,v 1.5 1999/02/22 03:30:06 jgg Exp $ /* ###################################################################### Package Records - Allows access to complete package description records @@ -40,7 +40,7 @@ pkgRecords::pkgRecords(pkgCache &Cache) : Cache(Cache), Files(0) return; // Create the parser - Files[I->ID].Parse = new debRecordParser(*Files[I->ID].File); + Files[I->ID].Parse = new debRecordParser(*Files[I->ID].File,Cache); if (_error->PendingError() == true) return; } -- cgit v1.2.3