提交 5dc67c88 authored 作者: Mathieu Rene's avatar Mathieu Rene

fix warning

上级 9c17effb
......@@ -2078,7 +2078,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_generate_xml_cdr(switch_core_session_
switch_xml_set_attr_d(x_application, "app_data", ap->arg);
switch_snprintf(tmp, sizeof(tmp), "%" SWITCH_TIME_T_FMT, ap->stamp);
switch_xml_set_attr_d(x_application, "app_stamp", tmp);
switch_xml_set_attr_d_buf(x_application, "app_stamp", tmp);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论