diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:51:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:51:30 +0000 |
commit | 23c95aba732b7bc66d87df9f885e89b119f91053 (patch) | |
tree | 4659c5ada3a4fc463c727a768cd0e8e1466987ed /games/xataxx/files/patch-ab | |
parent | 71bb3fb0a957e164b66f2496e6c23730b2010a0d (diff) |
Notes
Diffstat (limited to 'games/xataxx/files/patch-ab')
-rw-r--r-- | games/xataxx/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xataxx/files/patch-ab b/games/xataxx/files/patch-ab new file mode 100644 index 000000000000..b1d475ed48a5 --- /dev/null +++ b/games/xataxx/files/patch-ab @@ -0,0 +1,11 @@ +--- main.c Sun May 5 06:53:44 1991 ++++ /home/andy/tmp/wrk/main.c Sat Jul 4 21:31:38 1998 +@@ -160,7 +160,7 @@ + int x; + { + int z1, z2, z3, z4, z=0; +- char nn[6]; ++ static char nn[6]; + + z1 = (int) (x)/1000; + z2 = (int) (x)/100-(10*z1); |