summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/talk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/talk.c b/apps/talk.c
index 3c532d964c..72b9a2eb30 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -919,6 +919,9 @@ void talk_init(void)
919#endif /* CONFIG_CODEC == SWCODEC */ 919#endif /* CONFIG_CODEC == SWCODEC */
920 mutex_init(&read_buffer_mutex); 920 mutex_init(&read_buffer_mutex);
921 } 921 }
922
923 talk_force_shutup(); /* In case we have something speaking! */
924
922 talk_initialized = true; 925 talk_initialized = true;
923 strlcpy((char *)last_lang, (char *)global_settings.lang_file, 926 strlcpy((char *)last_lang, (char *)global_settings.lang_file,
924 MAX_FILENAME); 927 MAX_FILENAME);