FreeBSD Bugzilla – Attachment 166331 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 for taipan.c
patch-taipan.c (text/plain), 561 bytes, created by
c.brinkhaus
on 2016-01-31 10:24:49 UTC
(
hide
)
Description:
Patch for taipan.c
Filename:
MIME Type:
Creator:
c.brinkhaus
Created:
2016-01-31 10:24:49 UTC
Size:
561 bytes
patch
obsolete
>--- taipan.c.orig 2001-12-31 17:09:20.000000000 +0100 >+++ taipan.c 2016-01-31 11:08:51.809702000 +0100 >@@ -2572,7 +2572,7 @@ > amount = get_num(9); > if (amount == -1) > { >- amount = cash; >+ amount = repair_price; > } > if (amount <= cash) > { >@@ -2705,8 +2705,8 @@ > 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