freebsd-ports/games/tvp/files/patch-xprez_xp__deal.c
Tim Vanderhoek 91d0a1d4bb 1) Fix multi-line strings to sate gcc33
2) Fix a bug which caused xprez to display garbage as the list of
   cards that were exchanged at the beginning of a new round of the game.
2004-02-02 03:55:03 +00:00

14 lines
280 B
C

$FreeBSD$
--- xprez/xp_deal.c.orig Sun Feb 1 22:32:15 2004
+++ xprez/xp_deal.c Sun Feb 1 22:16:17 2004
@@ -41,7 +41,7 @@
*/
int
xp_deal (ClientData clientdata, Tcl_Interp * interp, int argc, char ** argv) {
- char ret[200];
+ static char ret[200];
int i;
hand_t ss;