On Monday 09 November 2009, Jeff Trawick wrote:
> > leading WS */ +                last = value + strlen(value);
> 
> doesn't this expression set last to point to the trailing '\0'
>  instead of the last character
> 
> > +                while (last >= value && apr_isspace(*last)) {
> 
> such that this loop is never entered?
> 

Thanks. Fixed.

Reply via email to