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

Re: [PATCH] initialize loop condition in set_prop_merge_state

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Wed, 23 Jan 2008 10:26:56 -0500

Olaf Hering <olh_at_suse.de> writes:
> --- a/subversion/libsvn_wc/props.c
> +++ b/subversion/libsvn_wc/props.c
> @@ -1160,7 +1160,7 @@ set_prop_merge_state(svn_wc_notify_state
> svn_wc_notify_state_merged,
> svn_wc_notify_state_obstructed,
> svn_wc_notify_state_conflicted };
> - int state_pos, i;
> + int state_pos = 0, i;
>
> if (! state)
> return;
>

Thank you, applied in r28997.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-23 17:01:46 CET

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.