]> err.no Git - mapper/commitdiff
Use correct variable name
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:43:02 +0000 (16:43 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 5 Sep 2007 13:43:02 +0000 (16:43 +0300)
src/speak.c

index 2c6e00245a86cf945da77ea68fc3be97d5c65a4a..aa2a77ce0f0b1b9927d45f6ea4348b61c1a6c33f 100644 (file)
@@ -221,7 +221,7 @@ if (!fork()) {
        /* We are the fork child.  Synthesize the voice. */
        sound_noise();
        sleep(1);
-       printf("%s %s\n", _voice_synth_path, phrase);
+       printf("%s %s\n", _voice_synth_path, text);
 #ifdef WITH_ESPEAK
        execl(_voice_synth_path, _voice_synth_path, "-t", text, (char *)NULL);
 #else