Commit b81d85bc46a917285a862ffe3f00ae9606a789b5

henry 2003-09-21T01:42:00

Small change for VC.net

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/FTFont.cpp b/src/FTFont.cpp
index 420d581..6d2b98e 100755
--- a/src/FTFont.cpp
+++ b/src/FTFont.cpp
@@ -73,7 +73,7 @@ bool FTFont::FaceSize( const unsigned int size, const unsigned int res )
         return false;
     }
     
-    if( glyphList)
+    if( glyphList != NULL)
     {
         delete glyphList;
     }