From: Alan Third Date: Mon, 23 Sep 2019 18:17:38 +0000 (+0100) Subject: Fix GNUstep build X-Git-Tag: emacs-27.0.90~1464 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=64f9d6d4537638e2ba710dbadcabc51d37d92c8c;p=emacs.git Fix GNUstep build * src/nsfont.m (nsfont_draw): Change type to match. Co-authored-by: martin rudalics --- 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;