Changeset 5488

Show
Ignore:
Timestamp:
05/02/08 14:16:25 (2 weeks ago)
Author:
morris
Message:

Use memmove() instead of deprecated BlockMoveData?()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Spiral/trunk/SPPlaylistItem.m

    r5481 r5488  
    152152        if(handle && length > 0) { 
    153153                HLock(handle); 
    154                 BlockMoveData([data bytes], *handle, length); 
     154                memmove(*handle, [data bytes], length); 
    155155                HUnlock(handle); 
    156156        }