On 22 Aug 2001 [EMAIL PROTECTED] wrote:

>   -                           if ((q->filename && rr->filename && 
>(strcmp(q->filename, rr->filename) == 0)) ||
>   -                            (strcmp(q->uri, rr->uri) == 0)) {
>   +                           if ( (strcmp(q->filename, rr->filename) == 0) ||
>   +                                (strcmp(q->uri, rr->uri) == 0) ){

I might be missing something, but why'd you revert this change?

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to