[Pkg-owncloud-commits] [owncloud-client] 209/218: Increased fileID size to 36 bytes

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:31:10 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 4d1d6dff3b535222a0aea963d68245fb7e170ac8
Author: Hugo Gonzalez Labrador <github at hugo.labkode.com>
Date:   Sat Oct 10 13:26:23 2015 +0200

    Increased fileID size to 36 bytes
    
    This is the size used by UUIDs
---
 csync/src/csync.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/src/csync.h b/csync/src/csync.h
index 712e3f1..c2e1afa 100644
--- a/csync/src/csync.h
+++ b/csync/src/csync.h
@@ -144,7 +144,7 @@ enum csync_ftw_type_e {
 };
 
 
-#define FILE_ID_BUF_SIZE 21
+#define FILE_ID_BUF_SIZE 36
 
 // currently specified at https://github.com/owncloud/core/issues/8322 are 9 to 10
 #define REMOTE_PERM_BUF_SIZE 15

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