forked from len0rd/rockbox
Fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29681 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d1766a1510
commit
c7227a7620
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ TTSStatus TTSCarbon::voice(QString text, QString wavfile, QString* errStr)
|
||||||
TTSStatus status = NoError;
|
TTSStatus status = NoError;
|
||||||
OSErr error;
|
OSErr error;
|
||||||
|
|
||||||
char* tmpfile;
|
char* tmpfile = NULL;
|
||||||
if(!wavfile.isEmpty()) {
|
if(!wavfile.isEmpty()) {
|
||||||
QString aifffile = wavfile + ".aiff";
|
QString aifffile = wavfile + ".aiff";
|
||||||
// FIXME: find out why we need to do this.
|
// FIXME: find out why we need to do this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue