You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2006/02/07 22:27:13 UTC

Re: svn commit: r18370 - trunk/subversion/libsvn_ra_serf

In this commit, and the previous one:

On Tue, Feb 07, 2006 at 12:02:16PM -0600, jerenkrantz@tigris.org wrote:
>...
> +++ trunk/subversion/libsvn_ra_serf/update.c	Tue Feb  7 12:02:15 2006
> @@ -775,6 +775,23 @@
>        svn_path_add_component(info->file_name_buf, file_name);
>        info->file_name = info->file_name_buf->data;
>      }
> +  else if ((ctx->state->state == OPEN_DIR || ctx->state->state == ADD_DIR) &&
> +           strcmp(prop_name.name, "delete-entry") == 0)
> +    {
> +      const char *file_name = NULL;
> +
> +      file_name = find_attr(attrs, "name");

No need to initialize since the next statement is an assignment.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org