From c4d98f827b50fa50009ff917b5324160648589db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Wed, 29 Jul 2009 10:38:13 +0000 Subject: [PATCH] Wow... pure luck this worked as well as it did... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31898 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/FontEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/app/FontEngine.cpp b/src/servers/app/FontEngine.cpp index dd84d4e0d9..c133780dcd 100644 --- a/src/servers/app/FontEngine.cpp +++ b/src/servers/app/FontEngine.cpp @@ -613,7 +613,7 @@ FontEngine::CountFaces() const uint32 FontEngine::GlyphIndexForGlyphCode(uint32 glyphCode) const { - FT_Get_Char_Index(fFace, glyphCode); + return FT_Get_Char_Index(fFace, glyphCode); }