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

Re: svn commit: r1098547 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 2 May 2011 15:34:54 -0400

On Mon, May 2, 2011 at 09:06, <hwright_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_wc/update_editor.c Mon May  2 13:06:08 2011
> @@ -2272,7 +2272,7 @@ close_directory(void *dir_baton,
>   apr_hash_t *base_props;
>   apr_hash_t *actual_props;
>   apr_hash_t *new_base_props = NULL, *new_actual_props = NULL;
> -  svn_revnum_t new_changed_rev;
> +  svn_revnum_t new_changed_rev = SVN_INVALID_REVNUM;
>   apr_time_t new_changed_date;
>   const char *new_changed_author;

Seems silly to "fix" new_changed_rev, but not fix new_changed_date and
new_changed_author.
Received on 2011-05-02 21:35:22 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.