ref: ca7d76f789a01057c90fd185abf7dff8809e8032
parent: a8e7a01965c4b504c297d1b98e5fa6bb0c7a04ed
author: David Turner <[email protected]>
date: Fri Feb 24 04:09:10 EST 2006
* src/cache/ftcbasic.c: correcting compatibility hack bug
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-24 David Turner <[email protected]>
+
+ * src/cache/ftcbasic.c: correcting compatibility hack bug
+
2006-02-24 Chia-I Wu <[email protected]>
* include/freetype/freetype.h (FT_Size_RequestRec): Change the type of
--- a/src/cache/ftcbasic.c
+++ b/src/cache/ftcbasic.c
@@ -336,7 +336,7 @@
query.attrs.scaler.height = desc->font.pix_height;
query.attrs.load_flags = desc->flags;
}
-
+ else
#endif /* FT_CONFIG_OPTION_OLD_INTERNALS */
{
@@ -589,7 +589,7 @@
query.attrs.scaler.height = desc->font.pix_height;
query.attrs.load_flags = desc->flags;
}
-
+ else
#endif /* FT_CONFIG_OPTION_OLD_INTERNALS */
{