]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODAPP-444
authorJeff Lenk <jeff@jefflenk.com>
Mon, 30 Aug 2010 00:44:08 +0000 (19:44 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Mon, 30 Aug 2010 00:44:08 +0000 (19:44 -0500)
src/mod/say/mod_say_ru/mod_say_ru.c

index 7c260f971c5823c1799a19a0aaf7dc0e6600f14f..9b9fcda8961bd5bc2698fbc3b12d6481efedeb5b 100644 (file)
@@ -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);
        }