On Mon, May 2, 2011 at 09:06,  <[email protected]> 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.

Reply via email to