forked from pool/gbdfed
16eb6f60f0
please review, contrib cleanup OBS-URL: https://build.opensuse.org/request/show/71757 OBS-URL: https://build.opensuse.org/package/show/M17N/gbdfed?expand=0&rev=1
14 lines
334 B
Diff
14 lines
334 B
Diff
Index: bdfpsf.c
|
|
===================================================================
|
|
--- bdfpsf.c.orig
|
|
+++ bdfpsf.c
|
|
@@ -98,7 +98,7 @@ _bdf_psf_load_map(FILE *in, bdf_font_t *
|
|
{
|
|
int i, more, c0, c1, cnt;
|
|
unsigned int code;
|
|
- unsigned char buf[4];
|
|
+ unsigned char buf[6];
|
|
bdf_glyph_t *gp;
|
|
|
|
gp = font->glyphs;
|