FreeBSD Bugzilla – Attachment 150416 Details for
Bug 195837
[bugfix] Port games/bsdgames trek has a boundary condition bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for computer.c
computer.c.patch (text/plain), 487 bytes, created by
Kenji Rikitake
on 2014-12-09 23:59:38 UTC
(
hide
)
Description:
patch for computer.c
Filename:
MIME Type:
Creator:
Kenji Rikitake
Created:
2014-12-09 23:59:38 UTC
Size:
487 bytes
patch
obsolete
>*** ../bsdgames/work/bsdgames-3.8.2/trek/computer.c Wed Dec 10 08:54:36 2014 >--- ./computer.c Thu Jul 24 11:04:53 2014 >*************** >*** 177,182 **** > ix = getintpar("Quadrant"); >! if (ix < 0 || ix >= NSECTS) > break; > iy = getintpar("q-y"); >! if (iy < 0 || iy >= NSECTS) > break; >--- 177,182 ---- > ix = getintpar("Quadrant"); >! if (ix < 0 || ix >= NQUADS) > break; > iy = getintpar("q-y"); >! if (iy < 0 || iy >= NQUADS) > break;
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 195837
: 150416