From c3155ea9d0e6be3ff47cfdf53e161aa14756d3ef Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 1 Sep 1999 17:00:20 +0000 Subject: [PATCH] (glyph_height_internal): Use `Charset_ID' instead of `unsigned char'. --- src/glyphs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glyphs.c b/src/glyphs.c index 0db3c08..b03fe24 100644 --- a/src/glyphs.c +++ b/src/glyphs.c @@ -3234,7 +3234,7 @@ glyph_height_internal (Lisp_Object glyph, Lisp_Object frame_face, { struct font_metric_info fm; Lisp_Object string = XIMAGE_INSTANCE_TEXT_STRING (instance); - unsigned char charsets[NUM_LEADING_BYTES]; + Charset_ID charsets[NUM_LEADING_BYTES]; struct face_cachel frame_cachel; struct face_cachel *cachel; -- 1.7.10.4