From d60de2804eae21e80f2a3244b63a8dcab1d54ac8 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 2 Jul 2007 17:58:25 +0000 Subject: [PATCH] Fix an issue with playing "oclock" multiple times in French with 24 hour time format. Issue 10101 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@72924 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- say.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/say.c b/say.c index a20e325af2..a82720cf78 100644 --- a/say.c +++ b/say.c @@ -4081,11 +4081,6 @@ int ast_say_date_with_format_fr(struct ast_channel *chan, time_t time, const cha case 'k': /* 24-Hour */ res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL); - if (!res) { - if (format[offset] == 'H') { - res = wait_file(chan,ints, "digits/oclock",lang); - } - } if (!res) res = wait_file(chan,ints, "digits/oclock",lang); break; -- 2.47.2