Re: svn commit: r834013 - /httpd/httpd/trunk/modules/loggers/mod_log_config.c

2009-11-10 Thread Stefan Fritsch
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

Re: svn commit: r834013 - /httpd/httpd/trunk/modules/loggers/mod_log_config.c

2009-11-09 Thread Jeff Trawick
On Mon, Nov 9, 2009 at 5:43 AM, s...@apache.org wrote: Author: sf Date: Mon Nov  9 10:43:16 2009 New Revision: 834013 URL: http://svn.apache.org/viewvc?rev=834013view=rev Log: Also remove trailing whitespace in the value Modified:    httpd/httpd/trunk/modules/loggers/mod_log_config.c