FreeBSD Bugzilla – Attachment 183599 Details for
Bug 220106
games/xscavenger [patch] fix fontmapping (already reported to upstream)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against x.c, to place as files/patch-x.c
fix-fontmap-init-x.c.txt (text/plain), 232 bytes, created by
Yasuhito FUTATSUKI
on 2017-06-18 11:49:58 UTC
(
hide
)
Description:
patch against x.c, to place as files/patch-x.c
Filename:
MIME Type:
Creator:
Yasuhito FUTATSUKI
Created:
2017-06-18 11:49:58 UTC
Size:
232 bytes
patch
obsolete
>--- x.c.orig 2014-11-19 04:58:49.000000000 +0900 >+++ x.c 2017-06-14 01:46:57.844230000 +0900 >@@ -445,7 +445,8 @@ int i; > i=0; > while(*p) > { >- fmap[tolower(*p)]=fmap[*p++]=i++; >+ fmap[tolower(*p)]=fmap[*p]=i++; >+ p++; > } > } >
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 220106
: 183599