Changeset 5488
- Timestamp:
- 05/02/08 14:16:25 (2 weeks ago)
- Files:
-
- Spiral/trunk/SPPlaylistItem.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Spiral/trunk/SPPlaylistItem.m
r5481 r5488 152 152 if(handle && length > 0) { 153 153 HLock(handle); 154 BlockMoveData([data bytes], *handle, length);154 memmove(*handle, [data bytes], length); 155 155 HUnlock(handle); 156 156 }
