From dbea08688e28d5abcad1568635d3e9cea7799fba Mon Sep 17 00:00:00 2001 From: Patrick LeBlanc Date: Mon, 12 Aug 2019 11:02:35 -0500 Subject: [PATCH] This should have been included in the previous commit. --- src/Synchronizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Synchronizer.cpp b/src/Synchronizer.cpp index dba7f3951..be8d4106b 100644 --- a/src/Synchronizer.cpp +++ b/src/Synchronizer.cpp @@ -656,7 +656,7 @@ void Synchronizer::synchronizeWithJournal(const string &sourceFile, list // update the metadata for the source file md.updateEntry(MetadataFile::getOffsetFromKey(key), newCloudKey, size); - replicator->updateMetadata(sourceFile.c_str(), md); + replicator->updateMetadata(md); rename(key, newKey);