Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrect. Switc...
commitf16d0a0dff5d42662f5155f2c962c99535c86667
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 12 Feb 2011 12:18:09 +0000 (12 12:18 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 12 Feb 2011 12:18:09 +0000 (12 12:18 +0000)
treef853631189f506cb382de19a1f2bb371a29bdae8
parent928268d2a932d3a38fe411166f7411e183d6ef78
Fix move_handle in buffering. Calculating wraps by buffer_len - 1 is incorrect. Switch handle movement to memmove calls exclusively.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29288 a1c6a512-1295-4272-9138-f99709370657
apps/buffering.c