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

Re: [PATCH][merge-tracking] Fix build failure as a result of r23946

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-03-21 10:15:46 CET

On 3/21/07, Kamesh Jayachandran <kamesh@collab.net> wrote:
> Hi All,
> Find the attached patch and log.
>
> With regards
> Kamesh Jayachandran
>
> [[[
> On the merge-tracking branch: Fix build failure as a result of r23946.
>
> * subversion/libsvn_client/diff.c
> (get_wc_merge_info):
> '#elif' -> '#else'
>
> Patch by:kameshj
> ]]]
>
> Index: subversion/libsvn_client/diff.c
> ===================================================================
> --- subversion/libsvn_client/diff.c (revision 23951)
> +++ subversion/libsvn_client/diff.c (working copy)
> @@ -1820,7 +1820,7 @@
> && (wcpath[2] == '/')
> && ((wcpath[0] >= 'A' && wcpath[0] <= 'Z')
> || (wcpath[0] >= 'a' && wcpath[0] <= 'z'))))
> -#elif
> +#else
> if (!(strlen(wcpath) > 0 && wcpath[0] == '/'))
> #endif /* WIN32 or Cygwin */
> {

Hi Kamesh,

+1 to commit, ofcourse. (I'd say this is one which fits the 'obvious
fix' rule, even.)

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 21 10:16:03 2007

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.