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:
parent
cf01d23d0d
commit
59dc87db7d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue