Преглед на файлове

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