ソースを参照

csync_private: Fix comment about size of file id buffer

Klaas Freitag 10 年 前
コミット
a41fbc0454
1 ファイル変更1 行追加1 行削除
  1. 1 1
      csync/src/csync_private.h

+ 1 - 1
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];