Show
Ignore:
Timestamp:
08/08/07 04:40:41 (16 months ago)
Author:
krobillard
Message:

Updated GL for new ur_makeBinary().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/rfont.c

    r390 r449  
    138138            ks = tf.kerning ? tf.kern_bytes : 0; 
    139139 
    140             binN = ur_makeBinary( sizeof(TexFont) + gs + ts + ks ); 
    141             bin = ur_binPtr( binN ); 
     140            binN = ur_makeBinary( sizeof(TexFont) + gs + ts + ks, &bin ); 
    142141            bin->used = bin->avail; 
    143142