Comment/code inconsistency: svn_path_get_absolute
From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-07-24 08:37:58 CEST
The comment says the input path to svn_path_get_absolute() must be canonicalized:
/** Convert @a relative canonicalized path to an absolute path and
But the first thing it does is to canonicalize it:
svn_error_t *
SVN_ERR(svn_path_cstring_from_utf8
Seems safer to change the comment, but at the top of svn_path.h it says all
Which should we change?
Blair
---------------------------------------------------------------------
|
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.