From 90012b487ab2732fd8b331b525007976c085ee51 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 24 Oct 2009 09:18:22 +0000 Subject: [PATCH] Fix odd missing chars svn path=/trunk/netsurf/; revision=9654 --- amiga/font.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amiga/font.c b/amiga/font.c index a4ae8f0e9..609887075 100644 --- a/amiga/font.c +++ b/amiga/font.c @@ -210,8 +210,6 @@ bool nsfont_split(const plot_font_style_t *fstyle, OT_GlyphMap8Bit,&glyph, TAG_END) == 0) { - tx+= glyph->glm_X1; - if(x < tx) { i = length+1; @@ -225,6 +223,8 @@ bool nsfont_split(const plot_font_style_t *fstyle, } } + tx+= glyph->glm_X1; + EReleaseInfo(&ofont->olf_EEngine, OT_GlyphMap8Bit,glyph, TAG_END);