SHA256
1
0
forked from pool/gbdfed
gbdfed/gbdfed-1.6_array-index.patch

14 lines
334 B
Diff
Raw Normal View History

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;