From: Hugo Gonzalez Labrador Date: Sat, 10 Oct 2015 11:26:23 +0000 (+0200) Subject: Increased fileID size to 36 bytes X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~1395^2~35 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4d1d6dff3b535222a0aea963d68245fb7e170ac8;p=nextcloud-desktop.git Increased fileID size to 36 bytes This is the size used by UUIDs --- 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