Re: PATCH: lstrings.C

2000-12-13 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Attached is a small patch to lstrings.C's int Angus> compare_no_case(string const & s, string const & s2, unsigned Angus> int len) Applied. JMarc

PATCH: lstrings.C

2000-12-13 Thread Angus Leeming
Apologies for the silence. Work! Attached is a small patch to lstrings.C's int compare_no_case(string const & s, string const & s2, unsigned int len) The size comparison at the end of the function should be with len. This is a bug and should go in 1.1.6. Angus patch.diff.bz2