[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: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2007-03-21 10:35:41 CET

>> +++ 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.
>
Thanks Erik. fixed in r23952.

With regards
Kamesh Jayachandran

---------------------------------------------------------------------
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:36:01 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.