found 427552 1.4.3-18
found 427552 1.4.3-20
thanks

Hi Kartik,

many thanks for taking over the festival package and fixing its bugs.
Unfortunately, something went wrong with the fix for #427552, and there's
still a typo in languages.scm.

Patch against -20 attached.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]
--- lib/languages.scm	2007/07/05 11:41:35	1.1
+++ lib/languages.scm	2007/07/05 11:41:46
@@ -85,8 +85,8 @@
 (define (language_finnish)
 "(language_finnish)
 Set up language parameters for Finnish."
-  (if (symbol-bound? 'voice_suo_fi__lj_diphone)
-      (set! female1 (lambda () (voice_suo_fi__lj_diphone))))
+  (if (symbol-bound? 'voice_suo_fi_lj_diphone)
+      (set! female1 (lambda () (voice_suo_fi_lj_diphone))))
   (set! male1 (lambda () (voice_hy_fi_mv_diphone)))
 
   (male1)

Reply via email to