git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3478 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-11-28 22:37:53 +00:00
parent 53e4be8bc0
commit 4ebf67c27a
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ static JSBool session_recordfile(JSContext *cx, JSObject *obj, uintN argc, jsval
}
if (argc > 3) {
JS_ValueToInt32(cx, argv[4], &limit);
JS_ValueToInt32(cx, argv[3], &limit);
}
}