[Pkg-owncloud-commits] [owncloud-client] 81/498: Fix the neon build
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 0f51de20c4d050e7dc1783eef93c7e8c30731a1e
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date: Tue May 12 13:04:34 2015 +0200
Fix the neon build
---
src/libsync/propagator_legacy.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libsync/propagator_legacy.cpp b/src/libsync/propagator_legacy.cpp
index f7d057f..52d329b 100644
--- a/src/libsync/propagator_legacy.cpp
+++ b/src/libsync/propagator_legacy.cpp
@@ -714,8 +714,8 @@ void PropagateDownloadFileLegacy::start()
QString error;
_propagator->addTouchedFile(fn);
- const qint64 expectedFileSize = _item.log._other_size;
- const time_t expectedFileMtime = _item.log._other_modtime;
+ const qint64 expectedFileSize = _item->log._other_size;
+ const time_t expectedFileMtime = _item->log._other_modtime;
if (!FileSystem::renameReplace(tmpFile.fileName(), fn,
expectedFileSize, expectedFileMtime,
&error)) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list