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
This commit is contained in:
meep-eep
2005-03-05 19:46:11 +00:00
parent 9e580177b8
commit 4598d67e05
-1
View File
@@ -355,4 +355,3 @@ getCharFrame (FONT_DESC *fontPtr, wchar_t ch) {
return &page->charDesc[ch - page->firstChar];
}