[Pkg-running-devel] [openambit] 60/131: Removed compile warning

Christian Perrier bubulle at moszumanska.debian.org
Thu Jul 17 20:19:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

bubulle pushed a commit to branch master
in repository openambit.

commit 2770a1e39313a66501f07ddeee109ff406221049
Author: Emil Ljungdahl <emil at kratern.se>
Date:   Tue Jan 21 20:38:37 2014 +0100

    Removed compile warning
---
 src/openambit/movescount.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openambit/movescount.cpp b/src/openambit/movescount.cpp
index ffa08de..f9016f7 100644
--- a/src/openambit/movescount.cpp
+++ b/src/openambit/movescount.cpp
@@ -243,7 +243,7 @@ void MovesCount::handleAuthorizationSignal(bool authorized)
 }
 
 MovesCount::MovesCount() :
-    authorized(false), uploadedCheckRunning(false), authCheckReply(NULL), firmwareCheckReply(NULL)
+    authorized(false), uploadedCheckRunning(false), firmwareCheckReply(NULL), authCheckReply(NULL)
 {
     this->manager = new QNetworkAccessManager(this);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git



More information about the Pkg-running-devel mailing list