diff options
Diffstat (limited to 'zen/file_access.h')
-rw-r--r-- | zen/file_access.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zen/file_access.h b/zen/file_access.h index 3588f79b..ec5bda66 100644 --- a/zen/file_access.h +++ b/zen/file_access.h @@ -55,8 +55,8 @@ void copySymlink(const Zstring& sourceLink, const Zstring& targetLink, bool copy struct InSyncAttributes { - std::uint64_t fileSize; - std::int64_t modificationTime; //time_t UTC compatible + std::uint64_t fileSize = 0; + std::int64_t modificationTime = 0; //time_t UTC compatible FileId sourceFileId; FileId targetFileId; }; |