From eefe9096285e43dde17b96c66dc25ad5ea7a5f88 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Jan 1997 08:08:13 +0000 Subject: [PATCH] (dumpglyphs): Declare g as GLYPH. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index e7b96597207..279906e2307 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -530,7 +530,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground) { /* Get the face-code of the next GLYPH. */ int cf, len; - int g = *gp; + GLYPH g = *gp; GLYPH_FOLLOW_ALIASES (tbase, tlen, g); cf = FAST_GLYPH_FACE (g); -- 2.39.2