Changeset 449 for branches/thune/thread_safe/gl/rfont.c
- Timestamp:
- 08/08/07 04:40:41 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/gl/rfont.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/gl/rfont.c
r390 r449 138 138 ks = tf.kerning ? tf.kern_bytes : 0; 139 139 140 binN = ur_makeBinary( sizeof(TexFont) + gs + ts + ks ); 141 bin = ur_binPtr( binN ); 140 binN = ur_makeBinary( sizeof(TexFont) + gs + ts + ks, &bin ); 142 141 bin->used = bin->avail; 143 142
