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

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

From: Greg Stein <gstein_at_lyra.org>
Date: 2006-02-07 23:27:13 CET

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
Received on Tue Feb 7 23:23:22 2006

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.