[Pkg-owncloud-commits] [owncloud-client] 114/171: csync_private: Fix comment about size of file id buffer

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Feb 17 09:36:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.

commit a41fbc04548c2eb3cab52c4b7c5ad6041fa7626d
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Jan 15 12:14:16 2016 +0100

    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 cfdaa20..7795870 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];

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