summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.c')
-rw-r--r--src/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c
index 2fa573051..265ef5493 100644
--- a/src/text.c
+++ b/src/text.c
@@ -3334,7 +3334,7 @@ static u8 GetGlyphWidth(struct Window *win, u32 glyph)
{
u8 width = 8;
-#if REVISION >= 1
+#ifdef BUGFIX_GLYPHWIDTH
if (win->language != LANGUAGE_JAPANESE)
#else
if (win->language == LANGUAGE_ENGLISH)