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

Re: svn commit: rev 6696 - in trunk/subversion: libsvn_ra_svn svnserve

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-08-10 22:20:39 CEST

On Sun, 2003-08-10 at 16:08, mbk@tigris.org wrote:
> - svn_boolean_t aborted;
> + svn_boolean_t aborted = TRUE;

That doesn't look right. If svn_ra_svn_drive_editor() is returning
successfully without setting aborted one way or the other, that's a bug;
we shouldn't compensate for it in the caller. (If
svn_ra_svn_drive_editor() returns an error, we never use the value of
aborted.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 10 22:21:30 2003

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.