[Pkg-owncloud-commits] [owncloud-client] 42/219: Socket API: be consistant in the VERSION command and add the VERSION at the beginning
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:07 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 1b51a10b19da5456dfe83a196f92a51f2447ab8f
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Fri Aug 29 17:28:36 2014 +0200
Socket API: be consistant in the VERSION command and add the VERSION at the beginning
---
src/mirall/socketapi.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/socketapi.cpp b/src/mirall/socketapi.cpp
index b6efc70..0d7b7ea 100644
--- a/src/mirall/socketapi.cpp
+++ b/src/mirall/socketapi.cpp
@@ -426,7 +426,7 @@ void SocketApi::command_RETRIEVE_FILE_STATUS(const QString& argument, QTcpSocket
void SocketApi::command_VERSION(const QString&, QTcpSocket* socket)
{
- sendMessage(socket, QLatin1String(MIRALL_VERSION_STRING ":" MIRALL_SOCKET_API_VERSION));
+ sendMessage(socket, QLatin1String("VERSION:" MIRALL_VERSION_STRING ":" MIRALL_SOCKET_API_VERSION));
}
--
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