Re: svn commit: r39768 - trunk/subversion/libsvn_fs_fs
From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 7 Oct 2009 20:52:02 -0400
On Fri, Oct 2, 2009 at 13:22, Hyrum K. Wright <hyrum_at_hyrumwright.org> wrote:
This is an incorrect transformation.
The original code was being "too smart" and knew that val was an
So. You want something like:
svn_string_t *path = svn_apr_hash_index_val(hi);
As it stands, you're dup'ing the svn_string_t structure itself.
>...
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.