From 86fdadb7f4e37a85791e05563bd6b9b33f42068c Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 15 Mar 2006 06:46:42 +0000
Subject: [PATCH] Fix warnings with MSVC.

---
 src/sbbs3/js_global.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/js_global.c b/src/sbbs3/js_global.c
index 125828b6fb..aadd49cf5e 100644
--- a/src/sbbs3/js_global.c
+++ b/src/sbbs3/js_global.c
@@ -718,7 +718,7 @@ js_word_wrap(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
 	int32		oldlen=79;
 	int32		crcount=0;
 	JSBool		handle_quotes=JS_TRUE;
-	ulong		i,k,t;
+	long		i,k,t;
 	int			ocol=1;
 	int			icol=1;
 	uchar*		inbuf;
-- 
GitLab