From 4d1d6dff3b535222a0aea963d68245fb7e170ac8 Mon Sep 17 00:00:00 2001 From: Hugo Gonzalez Labrador Date: Sat, 10 Oct 2015 13:26:23 +0200 Subject: [PATCH] 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 712e3f15b..c2e1afa6b 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 -- 2.30.2