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

Re: JavaHL 1.2 Problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-28 19:09:04 CEST

Mark Phippard <MarkP@softlanding.com> writes:

> I think I found one potential problem in the JavaHL merge code. See the
> patch at the end of this message. I am not really a C or C++ programmer
> so I do not know for sure, but that area of the code is different than all
> of the others, so I assume it is a bug.

That's just a style difference, the two lines are equivalent.

> --- javahl/native/SVNClient.cpp (revision 14452)
> +++ javahl/native/SVNClient.cpp (working copy)
> @@ -1125,7 +1125,7 @@
> return;
> }
>
> - Path srcPath2 = path2;
> + Path srcPath2(path2);
> Err = srcPath2.error_occured();
> if(Err != NULL)
> {

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 28 20:02:49 2005

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.