提交 dc6a92d1 authored 作者: Michael Jerris's avatar Michael Jerris

code before declaration

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14941 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6a9ebc5e
......@@ -362,8 +362,8 @@ static switch_status_t en_say_time(switch_core_session_t *session, char *tosay,
}
if (tz) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Timezone is [%s]\n", tz);
int check = atoi(tz);
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Timezone is [%s]\n", tz);
if (check) {
switch_time_exp_tz(&tm, target, check);
switch_time_exp_tz(&tm_now, target_now, check);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论