From 611c699fd7c2c65d3d7f0d1a1d007cf2cdc42e05 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 7 Aug 2007 15:40:36 +0000 Subject: The voicefile header has grown, we need to byteswap all members - should fix FS#7550 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14232 a1c6a512-1295-4272-9138-f99709370657 --- apps/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/talk.c b/apps/talk.c index 48eab00ceb..2327410ad5 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -191,7 +191,7 @@ static void load_voicefile(void) #ifdef ROCKBOX_LITTLE_ENDIAN logf("Byte swapping voice file"); - structec_convert(audiobuf, "llll", 1, true); + structec_convert(audiobuf, "llllll", 1, true); #endif if (((struct voicefile*)audiobuf)->table /* format check */ -- cgit v1.2.3