summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_mv_phrase.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_mv_phrase.scm b/lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_mv_phrase.scm
index 28c540a..0379a53 100644
--- a/lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_mv_phrase.scm
+++ b/lib/voices/finnish/suo_fi_lj_diphone/festvox/finnish_mv_phrase.scm
@@ -351,7 +351,7 @@ Does the list intonation too."
"(initial_doubling WORD)
Checks wheter the current WORD can triggers initial doubling on the
next word or not."
- (let ((name (downcase (item.name WORD))))
+ (let ((name (if WORD (downcase (item.name WORD) nil))))
(if (and (item.next WORD)
(not (word_has_break? WORD))
;; (not suopuhe) ;; suopuhe-mode deal this personally ???