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

odyx pushed a commit to branch debian/master
in repository colobot.

commit 1b855f5dc342f3b38e6ee8f7afd4db12bca61886
Author: Tomasz Kapuściński <tomaszka...@gmail.com>
Date:   Thu Oct 15 17:40:15 2015 +0200

    Possible fix for issue #667
---
 src/ui/controls/edit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/controls/edit.cpp b/src/ui/controls/edit.cpp
index 200a56b..eb5f829 100644
--- a/src/ui/controls/edit.cpp
+++ b/src/ui/controls/edit.cpp
@@ -246,7 +246,7 @@ void CEdit::MoveAdjust()
 
 bool CEdit::EventProcess(const Event &event)
 {
-    bool    bShift, bControl;
+    bool    bShift = false, bControl = false;
 
     if ( (m_state & STATE_VISIBLE) == 0 )  return true;
 

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to