[Pkg-owncloud-commits] [owncloud-client] 26/211: fix compile
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:22 UTC 2014
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 5314765410072e84c87f89c1b6cb939dae5174db
Author: Christian Kamm <kamm at incasoftware.de>
Date: Thu Oct 9 15:54:57 2014 +0200
fix compile
---
src/mirall/discoveryphase.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/discoveryphase.cpp b/src/mirall/discoveryphase.cpp
index d72a084..9a4a462 100644
--- a/src/mirall/discoveryphase.cpp
+++ b/src/mirall/discoveryphase.cpp
@@ -43,7 +43,7 @@ bool DiscoveryJob::isInBlackList(const QString& path) const
return false;
}
--it;
- Q_ASSERT(*it.endsWith(QLatin1Char('/'))); // SyncEngine::setSelectiveSyncBlackList makes sure of that
+ Q_ASSERT(it->endsWith(QLatin1Char('/'))); // SyncEngine::setSelectiveSyncBlackList makes sure of that
if (pathSlash.startsWith(*it)) {
return true;
}
--
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