[Pkg-owncloud-commits] [owncloud-client] 24/89: Unchanged files still count as files.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:31 UTC 2013
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 599451d25031cbd1d7dd98997cbd1e5cc66a7a0e
Author: Klaas Freitag <freitag at owncloud.com>
Date: Fri Dec 6 16:37:01 2013 +0100
Unchanged files still count as files.
---
src/mirall/csyncthread.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mirall/csyncthread.cpp b/src/mirall/csyncthread.cpp
index 7e7a2a6..688b97d 100644
--- a/src/mirall/csyncthread.cpp
+++ b/src/mirall/csyncthread.cpp
@@ -332,6 +332,8 @@ int CSyncThread::treewalkFile( TREE_WALK_FILE *file, bool remote )
dir = SyncFileItem::None;
} else {
// No need to do anything.
+ _hasFiles = true;
+
return re;
}
break;
--
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