summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/say.c2
1 files changed, 1 insertions, 1 deletions
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);
}