projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7ad785
)
vfs: Update outdated comment
author
Christian Kamm
<mail@ckamm.de>
Thu, 15 Nov 2018 09:16:25 +0000
(10:16 +0100)
committer
Kevin Ottens
<kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:26 +0000
(10:58 +0100)
src/libsync/vfs/suffix/vfs_suffix.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/vfs/suffix/vfs_suffix.cpp
b/src/libsync/vfs/suffix/vfs_suffix.cpp
index 2553e7f11dd23c13b07eccdf01021fa8da614c8e..b99f4f2e5de4e9171a47149ebb585b35fd97c1ff 100644
(file)
--- 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);