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/files.c

    r447 r450  
    661661    unsigned int blen; 
    662662 
    663     if( ur_seriesMem( ut, tos, &cpA, &cpB ) ) 
     663    if( ur_binaryMem( ut, tos, &cpA, &cpB ) ) 
    664664    { 
    665665        if( cpA ) 
     
    807807    res = UR_TOS; 
    808808 
    809     if( ur_seriesMem( ut, res, &cpA, &cpB ) ) 
     809    if( ur_binaryMem( ut, res, &cpA, &cpB ) ) 
    810810    { 
    811811        switch( ur_atom(tos) )