diff options
Diffstat (limited to 'games/tvp/files/patch-xprez_xp__deal.c')
-rw-r--r-- | games/tvp/files/patch-xprez_xp__deal.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/tvp/files/patch-xprez_xp__deal.c b/games/tvp/files/patch-xprez_xp__deal.c deleted file mode 100644 index 6162d81d498c..000000000000 --- a/games/tvp/files/patch-xprez_xp__deal.c +++ /dev/null @@ -1,14 +0,0 @@ - -$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; - |