FreeBSD Bugzilla – Attachment 166366 Details for
Bug 206771
games/taipan: Subscript out of bounds.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff of patch-taipan.c
taipan-patch.diff (text/plain), 828 bytes, created by
c.brinkhaus
on 2016-01-31 20:48:32 UTC
(
hide
)
Description:
svn diff of patch-taipan.c
Filename:
MIME Type:
Creator:
c.brinkhaus
Created:
2016-01-31 20:48:32 UTC
Size:
828 bytes
patch
obsolete
>Index: files/patch-taipan.c >=================================================================== >--- files/patch-taipan.c (revision 407660) >+++ files/patch-taipan.c (working copy) >@@ -1,6 +1,6 @@ >---- taipan.c.orig Fri Mar 15 15:05:41 2002 >-+++ taipan.c Fri Mar 15 15:08:30 2002 >-@@ -2572,7 +2572,7 @@ >+--- taipan.c.orig 2001-12-31 16:09:20 UTC >++++ taipan.c >+@@ -2572,7 +2572,7 @@ void mchenry(void) > amount = get_num(9); > if (amount == -1) > { >@@ -9,3 +9,13 @@ > } > if (amount <= cash) > { >+@@ -2705,8 +2705,8 @@ void final_stats(void) >+ bank = 0; >+ hkw_[0] = 0; >+ hkw_[1] = 0; >++ hkw_[2] = 0; >+ hkw_[3] = 0; >+- hkw_[4] = 0; >+ hold_[0] = 0; >+ hold_[1] = 0; >+ hold_[2] = 0;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206771
:
166331
|
166336
|
166337
|
166338
|
166366
|
166525