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
This commit is contained in:
parent
a781988ca3
commit
1d5b3f222b
|
@ -766,7 +766,7 @@ static JSBool dtmf_construct(JSContext * cx, JSObject * obj, uintN argc, jsval *
|
||||||
{
|
{
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
switch_dtmf_t *dtmf;
|
switch_dtmf_t *dtmf;
|
||||||
int32_t duration = SWITCH_DEFAULT_DTMF_DURATION;
|
int32 duration = SWITCH_DEFAULT_DTMF_DURATION;
|
||||||
char *ename;
|
char *ename;
|
||||||
|
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
|
|
Loading…
Reference in New Issue