Procházet zdrojové kódy

csync_private: Fix comment about size of file id buffer

Klaas Freitag před 10 roky
rodič
revize
a41fbc0454
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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];