From e2c7e6b53ddb527a64846415a9251801f0891248 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:21 +0000 Subject: Fixed string parsing, Bug #100046 Author: jgg Date: 2001-06-08 05:16:39 GMT Fixed string parsing, Bug #100046 --- apt-pkg/contrib/strutl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/contrib') diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index e49794f6a..d01951914 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: strutl.cc,v 1.43 2001/05/29 05:09:44 jgg Exp $ +// $Id: strutl.cc,v 1.44 2001/06/08 05:16:39 jgg Exp $ /* ###################################################################### String Util - Some useful string functions. @@ -967,7 +967,7 @@ bool CheckDomainList(string Host,string List) continue; // Match the end of the string.. - if ((Host.size() >= (unsigned)(Cur - List.begin())) && + if ((Host.size() >= (unsigned)(Cur - Start)) && Cur - Start != 0 && stringcasecmp(Host.end() - (Cur - Start),Host.end(),Start,Cur) == 0) return true; -- cgit v1.2.3-70-g09d2