Changeset 450 for branches/thune/thread_safe/component.c
- Timestamp:
- 08/11/07 04:53:46 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/component.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/component.c
r442 r450 43 43 44 44 blk = ur_blockSlice( ut, sigCell, &start, &end ); 45 if( ! blk || ! it )45 if( ! blk || ! start ) 46 46 return 0; 47 47
