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

Missing UTF8 conversion in svn_wc__remove_wcprops?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-08-28 00:55:30 CEST

Hello

I'll admit to not really following all the UTF8 stuff, just leave it
to experts has been my view so far. However while working on issue
749 I think I spotted a missing conversion.

In libsvn_wc/copy.c:svn_wc__remove_wcprops

  SVN_ERR (svn_wc__wcprop_path (&wcprop_path,
                                svn_wc_adm_access_path (adm_access),
                                0, subpool));
  (void) apr_file_remove (wcprop_path, subpool);

Should there be a svn_utf_cstring_from_utf8 in there?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 28 00:56:05 2002

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.