Changeset 389 for branches/thune/thread_safe/files.c
- Timestamp:
- 05/17/07 16:58:46 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/files.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/files.c
r387 r389 622 622 unsigned int blen; 623 623 624 if( ur_stringSlice( tos, &cpA, &cpB ) && cpA )624 if( ur_stringSlice( ut, tos, &cpA, &cpB ) && cpA ) 625 625 { 626 626 len = cpB - cpA; … … 663 663 664 664 665 if( ! ur_binarySlice( tos, &cpA, &cpB ) || (cpA == 0) )665 if( ! ur_binarySlice( ut, tos, &cpA, &cpB ) || (cpA == 0) ) 666 666 return; 667 667
