提交 1d5b3f22 authored 作者: Michael Jerris's avatar Michael Jerris

use int32 instead of int32_t type to match macro.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6998 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a781988c
......@@ -766,7 +766,7 @@ static JSBool dtmf_construct(JSContext * cx, JSObject * obj, uintN argc, jsval *
{
if (argc > 0) {
switch_dtmf_t *dtmf;
int32_t duration = SWITCH_DEFAULT_DTMF_DURATION;
int32 duration = SWITCH_DEFAULT_DTMF_DURATION;
char *ename;
if (argc > 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论