FreeBSD Bugzilla – Attachment 166525 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]
patch of taipan.c against svn
patch-taipan.c (text/plain), 555 bytes, created by
c.brinkhaus
on 2016-02-03 20:17:15 UTC
(
hide
)
Description:
patch of taipan.c against svn
Filename:
MIME Type:
Creator:
c.brinkhaus
Created:
2016-02-03 20:17:15 UTC
Size:
555 bytes
patch
obsolete
>--- 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) > { >- amount = cash; >+ amount = repair_price; > } > 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