summaryrefslogtreecommitdiff
path: root/src/text.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-12-29 13:48:52 -0800
committerYamaArashi <shadow962@live.com>2016-12-29 13:50:44 -0800
commit97aecd23b88060691bbfb7fcb36b7c3c88c254d2 (patch)
tree5ea692ba362f6e22fe424cc80052e968179fe1b9 /src/text.c
parent0fdd18516ba5c7b61e31fbf3a729e5549b33a259 (diff)
more bugfix ifdefs
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)