[Pkg-owncloud-commits] [owncloud-client] 285/498: c_path: Fix function description.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 7f628e6f7e7d6ee1cdf912a33c23e3b9204907db
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Jul 8 11:48:52 2015 +0200

    c_path: Fix function description.
---
 csync/src/std/c_path.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csync/src/std/c_path.h b/csync/src/std/c_path.h
index 42f30a5..291b1b8 100644
--- a/csync/src/std/c_path.h
+++ b/csync/src/std/c_path.h
@@ -131,7 +131,8 @@ const char *c_path_to_UNC(const char *str);
  *
  * @param str The path to convert
  *
- * @return a pointer to the converted string. Caller has to free it.
+ * @return a pointer to the converted string. Caller has to free it using the
+ *         function c_free_locale_string.
  */
 mbchar_t* c_utf8_path_to_locale(const char *str);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list