From 4e40b635dad191d242ae2be9456daa3ba8a69ec2 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Thu, 15 Nov 2018 10:16:25 +0100 Subject: [PATCH] vfs: Update outdated comment --- src/libsync/vfs/suffix/vfs_suffix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/vfs/suffix/vfs_suffix.cpp b/src/libsync/vfs/suffix/vfs_suffix.cpp index 2553e7f11..b99f4f2e5 100644 --- a/src/libsync/vfs/suffix/vfs_suffix.cpp +++ b/src/libsync/vfs/suffix/vfs_suffix.cpp @@ -69,7 +69,7 @@ bool VfsSuffix::updateMetadata(const QString &filePath, time_t modtime, quint64, void VfsSuffix::createPlaceholder(const QString &syncFolder, const SyncFileItemPtr &item) { - // NOTE: Other places might depend on contents of placeholder files (like csync_update) + // The concrete shape of the placeholder is also used in isDehydratedPlaceholder() below QString fn = syncFolder + item->_file; QFile file(fn); file.open(QFile::ReadWrite | QFile::Truncate); -- 2.30.2