From ec8497c58f59973f164570d58ee52e1a8a081c9b Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 8 Nov 2007 23:53:00 +0000 Subject: Merged revisions 89125 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 (closes issue #11203) ........ r89125 | qwell | 2007-11-08 17:52:35 -0600 (Thu, 08 Nov 2007) | 4 lines Properly say the seconds here.. Issue 11203, fix described by vma. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89126 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/say.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/say.c') diff --git a/main/say.c b/main/say.c index 92ce23009..6daabdcf3 100644 --- a/main/say.c +++ b/main/say.c @@ -4619,7 +4619,7 @@ int ast_say_date_with_format_fr(struct ast_channel *chan, time_t time, const cha break; case 'S': /* Seconds */ - res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL); + res = ast_say_number(chan, tm.tm_sec, ints, lang, (char * ) NULL); if (!res) { res = wait_file(chan,ints, "digits/second",lang); } -- cgit v1.2.3