Show
Ignore:
Timestamp:
05/17/07 16:58:46 (18 months ago)
Author:
krobillard
Message:

Thune - bzip2 & net config options build in thread_safe branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/files.c

    r387 r389  
    622622    unsigned int blen; 
    623623 
    624     if( ur_stringSlice( tos, &cpA, &cpB ) && cpA ) 
     624    if( ur_stringSlice( ut, tos, &cpA, &cpB ) && cpA ) 
    625625    { 
    626626        len = cpB - cpA; 
     
    663663 
    664664 
    665     if( ! ur_binarySlice( tos, &cpA, &cpB ) || (cpA == 0) ) 
     665    if( ! ur_binarySlice( ut, tos, &cpA, &cpB ) || (cpA == 0) ) 
    666666        return; 
    667667