summaryrefslogtreecommitdiff
path: root/main/say.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/say.c')
-rw-r--r--main/say.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/say.c b/main/say.c
index ed0a7b524..f8dcd4ea6 100644
--- a/main/say.c
+++ b/main/say.c
@@ -5712,7 +5712,7 @@ int ast_say_date_with_format_pl(struct ast_channel *chan, time_t thetime, const
if (!res)
res = wait_file(chan, ints, "digits/second-a", lang);
} else {
- res = ast_say_number(chan, tm.tm_min, ints, lang, "f");
+ res = ast_say_number(chan, tm.tm_sec, ints, lang, "f");
if (!res) {
int ten, one;
ten = tm.tm_sec / 10;