* src/cache/ftcsbits.c (FTC_SNode_Weight): s/FTC_SBIT_ITEM_PER_NODE/FTC_SBIT_ITEMS_PER_NODE/.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
diff --git a/ChangeLog b/ChangeLog
index ea61d4d..c2bb7fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2003-12-24 Werner Lemberg <wl@gnu.org>
+
+ * src/cache/ftcsbits.c (FTC_SNode_Weight):
+ s/FTC_SBIT_ITEM_PER_NODE/FTC_SBIT_ITEMS_PER_NODE/.
+
2003-12-24 David Turner <david@freetype.org>
- * fixed compilation problems in the cache sub-system
+ * Fixed compilation problems in the cache sub-system.
- * partial updates to src/autofit
+ * Partial updates to src/autofit.
- * MERRY X-MAS !
+ * Jamfile (FT2_COMPONENTS): Add autofit module.
2003-12-23 Werner Lemberg <wl@gnu.org>
@@ -20,8 +25,8 @@
`(x) & ~63' instead!
Updated all related code.
- * include/freetype/ftstroke.h, src/base/ftstroke.c: added support
- for extraction of "inside" and "outside" borders
+ * include/freetype/ftstroke.h, src/base/ftstroke.c: Added support
+ for extraction of "inside" and "outside" borders.
2003-12-22 Werner Lemberg <wl@gnu.org>
diff --git a/src/cache/ftcsbits.c b/src/cache/ftcsbits.c
index 07c4512..e3fa08a 100644
--- a/src/cache/ftcsbits.c
+++ b/src/cache/ftcsbits.c
@@ -235,7 +235,7 @@
FT_ULong size;
- FT_ASSERT( snode->count <= FTC_SBIT_ITEM_PER_NODE );
+ FT_ASSERT( snode->count <= FTC_SBIT_ITEMS_PER_NODE );
/* the node itself */
size = sizeof ( *snode );