You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@codematters.co.uk> on 2004/08/10 14:49:19 UTC

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

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