Fix wavtrim not working correctly on PPC.
commit230633eaaf858e450154818bc2f6436abb76e0f4
authorbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sat, 13 Mar 2010 22:25:21 +0000 (13 22:25 +0000)
committerbluebrother <bluebrother@a1c6a512-1295-4272-9138-f99709370657>
Sat, 13 Mar 2010 22:25:21 +0000 (13 22:25 +0000)
treefc35a8fe796a734f021003d4e5a122122a2d11de
parente4f0f1965c67d0073f4aa7576698fe4a81130b1c
Fix wavtrim not working correctly on PPC.

Don't rely on the host being little endian -- PPC Macs are not, resulting in
wavtrim not trimming files at all. Also fix a printf warning while at it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25158 a1c6a512-1295-4272-9138-f99709370657
tools/wavtrim.c