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

Re: svn commit: r10557 - in trunk/subversion/libsvn_fs_base: . bdb

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-08-10 16:49:19 CEST

maxb@tigris.org writes:

> Author: maxb
> Date: Mon Aug 9 19:52:25 2004
> New Revision: 10557
>
> --- trunk/subversion/libsvn_fs_base/bdb/bdb-err.c (original)
> +++ trunk/subversion/libsvn_fs_base/bdb/bdb-err.c Mon Aug 9 19:52:25 2004
> @@ -72,9 +84,13 @@
> svn_error_t *
> svn_fs_bdb__wrap_db (svn_fs_t *fs, const char *operation, int db_err)
> {
> + base_fs_data_t *bfd;
> +
> if (! db_err)
> return SVN_NO_ERROR;
> - return svn_fs_bdb__dberrf (db_err,
> +
> + bfd = (base_fs_data_t *) fs->fsap_data;

That cast is unnecessary.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 10 16:49:40 2004

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.