From 68d74c31c38e2b274235d38d3277c50b96a535f2 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Sun, 29 Aug 2010 19:44:08 -0500 Subject: [PATCH] MODAPP-444 --- src/mod/say/mod_say_ru/mod_say_ru.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/say/mod_say_ru/mod_say_ru.c b/src/mod/say/mod_say_ru/mod_say_ru.c index 7c260f971c..9b9fcda896 100644 --- a/src/mod/say/mod_say_ru/mod_say_ru.c +++ b/src/mod/say/mod_say_ru/mod_say_ru.c @@ -500,7 +500,7 @@ static switch_status_t ru_say_time(switch_core_session_t *session, char *tosay, say_file("time/at.wav"); } if (say_time) { - switch_snprintf(buf, sizeof(buf), "%d:%d:%d", tm.tm_hour + 1, tm.tm_min, tm.tm_sec); + switch_snprintf(buf, sizeof(buf), "%d:%d:%d", tm.tm_hour, tm.tm_min, tm.tm_sec); say_args->type = SST_TIME_MEASUREMENT; ru_say_time(session, buf, say_args, args); }