FreeBSD Bugzilla – Attachment 205123 Details for
Bug 205707
Improve parsing of BDFs by vtfontcvt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
vtfontcvt.c.diff
vtfontcvt.c.diff (text/plain), 391 bytes, created by
Dmitry Wagin
on 2019-06-16 13:04:43 UTC
(
hide
)
Description:
vtfontcvt.c.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2019-06-16 13:04:43 UTC
Size:
391 bytes
patch
obsolete
>--- vtfontcvt.c >+++ vtfontcvt.c >@@ -482,7 +482,7 @@ parse_hex(FILE *fp, unsigned int map_idx) > "malformed input: broken bitmap, character %06x", > curchar); > gwidth = width * 2; >- gwbytes = howmany(width, 8); >+ gwbytes = howmany(gwidth, 8); > if (chars_per_row < gwbytes * 2 || gwidth <= 8) { > gwidth = width; /* Single-width character. */ > gwbytes = wbytes;
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 205707
:
164832
|
164833
|
168728
|
180939
|
180943
|
194668
|
199764
|
199765
| 205123