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

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

commit 51ffe896be1734237a3e0b5c83790c3ab1f7d5d6
Author: Mathieu Schroeter <math...@schroetersa.ch>
Date:   Wed Oct 25 06:40:39 2017 +0200

    Replace a char by Sint8
    
    It should fix build on some arch like arm and ppc.
---
 src/fog.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fog.cxx b/src/fog.cxx
index f4d3ba2..8e6dd2f 100644
--- a/src/fog.cxx
+++ b/src/fog.cxx
@@ -87,7 +87,7 @@ GetFogIcon (char * pBits)
 // Table donnant la "vision" d'un blupi dans le
 // brouillard.
 // clang-format off
-static char table_fog[17 * 17] =
+static Sint8 table_fog[17 * 17] =
 {
   4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,  4,
   4,  4,  4,  4,  4,  4,  4,  2,  4,  4,  4,  4,  4,  4,  4,  4,  4,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/planetblupi.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