summaryrefslogtreecommitdiff
path: root/games-puzzle/quadra/files/quadra-1.2.0-format.patch
blob: d9db4978290ffde7d5e5a84874e0164be4a4662a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- source/net_list.cpp.old	2015-12-08 21:41:16.782404098 +0100
+++ source/net_list.cpp	2015-12-08 21:41:33.153114600 +0100
@@ -693,7 +693,7 @@
 				//Drawn at a total higher or equal to end_value: suspense!
 				//  or maybe timer just elapsed and the game is drawn
 				//  (still suspense! :))
-				sprintf(st, ST_GAMETIED);
+				sprintf(st, "%s", ST_GAMETIED);
 				message(-1, st);
 				{ Sfx stmp(sons.levelup, 0, 0, -1, 18050); }
 				{ Sfx stmp(sons.levelup, 0, 0, -1, 18100); }