[Pkg-owncloud-commits] [owncloud-client] 262/498: Add a FIXME comment.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:56 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 5caff8cc935d5f41b60351f73cec592cd63d6aee
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Jun 19 16:09:41 2015 +0200

    Add a FIXME comment.
---
 csync/src/std/c_string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/src/std/c_string.c b/csync/src/std/c_string.c
index 8f690cc..7702c22 100644
--- a/csync/src/std/c_string.c
+++ b/csync/src/std/c_string.c
@@ -282,7 +282,7 @@ char* c_utf8_from_locale(const mbchar_t *wstr)
 
     len = strlen(str);
     // prepend \\?\ and convert '/' => '\' to support long names
-    if( len > 2 ) {
+    if( len > 2 ) {  // FIXME set this to 250 or so
         int i = 4;
         // reserve mem for a new string with the prefix
         mem_reserved = len + 5;

-- 
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