]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use standard type.
authorMichael Jerris <mike@jerris.com>
Thu, 29 Nov 2007 22:49:55 +0000 (22:49 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 29 Nov 2007 22:49:55 +0000 (22:49 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6443 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_spidermonkey_socket/mod_spidermonkey_socket.c

index 045f231ba11857b9d73e3992ba991d980225e54c..76831f05c43df2c3fec8fcf00cf3b8524104f55d 100644 (file)
@@ -203,7 +203,7 @@ static JSBool socket_read(JSContext * cx, JSObject * obj, uintN argc, jsval * ar
                switch_status_t ret = SWITCH_STATUS_FALSE;
                switch_size_t len = 1;
                switch_size_t total_length = 0;
-               BOOL can_run = TRUE;
+               int can_run = TRUE;
                char tempbuf[2];
 
                if (argc == 1)