]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Nov 2006 22:37:53 +0000 (22:37 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 28 Nov 2006 22:37:53 +0000 (22:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3478 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_spidermonkey/mod_spidermonkey.c

index 87c4a2bf717cf2cb45feaa567664c8880573ae1f..657a644b618909494ef78d45e766e3fb9cd7e7dd 100644 (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);
         }
        }