[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1306303 - in /subversion/branches/1.7.x-r1306111: ./ subversion/libsvn_ra_svn/client.c subversion/svnserve/serve.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 28 Mar 2012 09:18:48 -0400

On Wed, Mar 28, 2012 at 09:12, <danielsh_at_apache.org> wrote:
>...
> +++ subversion/branches/1.7.x-r1306111/subversion/svnserve/serve.c Wed Mar 28 13:12:56 2012
> @@ -1623,10 +1623,16 @@ static svn_error_t *get_dir(svn_ra_svn_c
>     {
>       for (hi = apr_hash_first(pool, entries); hi; hi = apr_hash_next(hi))
>         {
> +          static const char *missing_date = svn_time_to_cstring(0, pool);

static mixed with pool probably isn't going to work well :-P ... how
about moving that up a couple lines to the scope enclosing the "for",
and dropping the static qualifier?

>...

Thanks,
-g
Received on 2012-03-28 15:19:23 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.