From 64f9d6d4537638e2ba710dbadcabc51d37d92c8c Mon Sep 17 00:00:00 2001 From: Alan Third Date: Mon, 23 Sep 2019 19:17:38 +0100 Subject: [PATCH] Fix GNUstep build * src/nsfont.m (nsfont_draw): Change type to match. Co-authored-by: martin rudalics --- src/nsfont.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsfont.m b/src/nsfont.m index dc609cc5d08..437776e7df0 100644 --- a/src/nsfont.m +++ b/src/nsfont.m @@ -1010,7 +1010,7 @@ nsfont_draw (struct glyph_string *s, int from, int to, int x, int y, NSRect r; struct nsfont_info *font; NSColor *col, *bgCol; - unsigned short *t = s->char2b; + unsigned *t = s->char2b; int i, len, flags; char isComposite = s->first_glyph->type == COMPOSITE_GLYPH; -- 2.39.2