Re: svn commit: r933272 - in /subversion/trunk/subversion/libsvn_wc: update_editor.c wc_db.c
From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 12 Apr 2010 11:48:52 -0400
On Mon, Apr 12, 2010 at 11:19, <julianfoad_at_apache.org> wrote:
There is no need to worry about the OUT params if you throw an error.
> + SVN_ERR(svn_sqlite__reset(stmt));
You could write it as:
return svn_error_createf(ERR, svn_sqlite__reset(stmt), ...);
*shrug*
I don't think that error code is appropriate, however. I would suggest
Cheers,
|
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.