Hi Bill,
Still testing, but it looks like you nailed it. If you like you can go
ahead and patch and I'll only follow up to this note if I _do_ find a
further problem.
thanks for your help,
David
At 03:20 26-04-01, Bill Moseley wrote:
>At 09:01 AM 04/25/01 -0700, David Wood wrote:
> >is giving the output listed below, which does not seem to be sorted by
> >title. Are we missing something here?
>
>I only had a minute to look, but:
>
>In the file result_sort.c, look at compResultsByNonSortedProps();
>
>Replace this line:
> if ((rc = sortmode * strcmp(r1->PropSort[i], r2->PropSort[i])))
>
>with
> if ((rc = sortmode * strcasecmp(r1->PropSort[i], r2->PropSort[i])))
>
>And see if that helps.
>
>
>
>Bill Moseley
>mailto:moseley@hank.org
Received on Thu Apr 26 18:02:53 2001