Commit 4c9a45944c0fb34eb8fb9b314ae9f08354e6acca

henry 2004-10-03T21:59:38

Doh

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/FTFont.cpp b/src/FTFont.cpp
index 8923c77..6b0ad90 100755
--- a/src/FTFont.cpp
+++ b/src/FTFont.cpp
@@ -287,8 +287,8 @@ bool FTFont::CheckGlyph( const unsigned int characterCode)
         FTGlyph* tempGlyph = MakeGlyph( glyphIndex);
         if( NULL == tempGlyph)
         {
-            return false;
             err = 0x13;
+            return false;
         }
         glyphList->Add( tempGlyph, characterCode);
     }