Changeset 509 for trunk/thune/series.c
- Timestamp:
- 02/09/08 02:35:22 (10 months ago)
- Files:
-
- 1 modified
-
trunk/thune/series.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/series.c
r508 r509 2380 2380 if( it != end ) 2381 2381 { 2382 hold = (deep == 1) ? ur_hold( ut, UT_BLOCK, blkN ) : 2383 UR_INVALID_HOLD; 2382 hold = (deep == 1) ? ur_holdBlock(blkN) : UR_INVALID_HOLD; 2384 2383 do 2385 2384 { … … 2390 2389 2391 2390 if( hold != UR_INVALID_HOLD ) 2392 ur_release( ut,hold );2391 ur_release( hold ); 2393 2392 } 2394 2393 }
