You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <Ar...@GMail.Com> on 2009/05/12 17:02:39 UTC

Re: svn commit: r37710 - in trunk/subversion: libsvn_fs_base/bdb libsvn_fs_fs

2009-05-12 17:49:19 Greg Stein napisaƂ(a):
> On Tue, May 12, 2009 at 17:44, Arfrever Frehtes Taifersar Arahesis
> <Ar...@gmail.com> wrote:
> > Author: arfrever
> > Date: Tue May 12 08:44:24 2009
> > New Revision: 37710
> >
> > Log:
> > Fix Issue 3413: Bindings fail to load FS modules with enabled run-time module
> > search.
> >
> > Fix undefined references to svn_fs_path_change2_create().
> >
> > * subversion/libsvn_fs_base/bdb/changes-table.c
> >  (fold_change):
> > * subversion/libsvn_fs_fs/fs_fs.c
> >  (svn_fs_fs__add_change): Call svn_fs__path_change2_create() instead of
> >   svn_fs_path_change2_create().
> 
> This is COMPLETELY confusing. Can we get some different names on these
> functions, rather than a simple difference of an underscore?

Fixed in r37714.

-- 
Arfrever Frehtes Taifersar Arahesis