Fix corrupted metadata on manual track change on hwcodec.
commit19896b4dc57ec391e6aedbb41e1ddbe514b07f35
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 27 Feb 2011 19:14:48 +0000 (27 19:14 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 27 Feb 2011 19:14:48 +0000 (27 19:14 +0000)
tree495d3b217ce0f5e9725d14f7ff4e197f8934484b
parented05c5f60dda37370467d28bd85e8c1c0372dc2c
Fix corrupted metadata on manual track change on hwcodec.

r28672 removed a memset and strlcpy in mp3info() code path which exposed this bug.

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