From 4598d67e050595698a9130391b85df38fa0e8ae4 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 5 Mar 2005 19:46:11 +0000 Subject: [PATCH] Correcting the last commit entry: The bug was not limited to 1-character strings. And this patch fixed bug #701. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1571 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/font.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/font.c b/sc2/src/sc2code/libs/graphics/font.c index 8d45c0763..6fd822f9f 100644 --- a/sc2/src/sc2code/libs/graphics/font.c +++ b/sc2/src/sc2code/libs/graphics/font.c @@ -355,4 +355,3 @@ getCharFrame (FONT_DESC *fontPtr, wchar_t ch) { return &page->charDesc[ch - page->firstChar]; } -