Properly initialize variable to get voice going again. GCC didn't catch this one introduced r30840.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30894 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-11-03 21:54:26 +00:00
parent cf01d23d0d
commit 59dc87db7d

View file

@ -778,7 +778,7 @@ void talk_buffer_steal(void)
int talk_id(int32_t id, bool enqueue)
{
long clipsize;
size_t temp;
size_t temp = voicefile_size;
unsigned char* clipbuf;
int32_t unit;
int decimals;