Show
Ignore:
Timestamp:
08/11/07 04:53:46 (16 months ago)
Author:
krobillard
Message:

Removed slice! datatype - series now have an end.
Added slice test.
ur_makeBinary() now takes pointer argument.
Fixed bug in _makeComponent().
Fixed compiler warnings. Minor optimization to if/.

Files:
1 modified

Legend:

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

    r449 r450  
    653653                { 
    654654                    case UT_STRING: 
    655                     case UT_SLICE: 
    656655                        if( cfg.fontFile ) 
    657656                            cfg.glyphs = ur_cstring( ut, it ); 
     
    773772 
    774773                    case UT_STRING: 
    775                     case UT_SLICE: 
    776774                        if( cmd == UR_ATOM_VERTEX ) 
    777775                            vprog = ur_cstring( ut, it );