From a41fbc04548c2eb3cab52c4b7c5ad6041fa7626d Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 15 Jan 2016 12:14:16 +0100 Subject: [PATCH] csync_private: Fix comment about size of file id buffer --- csync/src/csync_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csync/src/csync_private.h b/csync/src/csync_private.h index cfdaa2032..779587033 100644 --- a/csync/src/csync_private.h +++ b/csync/src/csync_private.h @@ -192,7 +192,7 @@ struct csync_file_stat_s { char *destpath; /* for renames */ const char *etag; - char file_id[FILE_ID_BUF_SIZE+1]; /* the ownCloud file id is fixed width of 21 byte. */ + char file_id[FILE_ID_BUF_SIZE+1]; /* the ownCloud file id is fixed width in ownCloud. */ char *directDownloadUrl; char *directDownloadCookies; char remotePerm[REMOTE_PERM_BUF_SIZE+1]; -- 2.30.2