On 07/20/2007 03:26 AM, [EMAIL PROTECTED] wrote:
> Author: niq
> Date: Thu Jul 19 18:26:55 2007
> New Revision: 557837
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=557837
> Log:
> Multiple trivial fixes from Christophe JAILLET
> PR 38699, 39518, 42005, 42006, 42007, 42008, 42009
> The patches are all his, and are sufficiently trivial to review
> at a glance.

> Modified: httpd/httpd/trunk/server/util.c
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util.c?view=diff&rev=557837&r1=557836&r2=557837
> ==============================================================================
> --- httpd/httpd/trunk/server/util.c (original)
> +++ httpd/httpd/trunk/server/util.c Thu Jul 19 18:26:55 2007
> @@ -2074,10 +2074,9 @@
>      if (semi) {
>          *semi = '\0';
>      }
> -    while (*str) {
> -        *str = apr_tolower(*str);
> -        ++str;
> -    }
> +
> +    ap_str_tolower(*str);

This needs to be

ap_str_tolower(str);

instead. Fixed in r558133.

Regards

RĂ¼diger

  • Re: svn commit: r557837 - in /httpd/httpd/... Ruediger Pluem

Reply via email to