svn_utf_cstring_from_utf8 destroys list
From: Dominik Oesterreich <dominik_at_oesterreichnet.de>
Date: 2004-07-10 15:06:58 CEST
I've got a problem:
In according to function do_tree from svnlook I wrote:
*******
{
printf("\nList 1\n");
svn_utf_cstring_from_utf8 (&name_native,path,pool);
printf("\nList 2\n");
*********
List1:
List2:
The value of name_native is /newdir/test.txt
Does anybody have an idea??
Thx
Dominik
---------------------------------------------------------------------
|
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.