From b1aa5eee8e7c8423307cd82f0826b7be4fe95da0 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 16 Apr 2001 23:57:24 +0000
Subject: [PATCH] Added js_ to CreateSystemObject function name.

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

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index dea8b5c2de..bd316d813e 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -1643,7 +1643,7 @@ bool sbbs_t::init()
 
 	JSObject* sysobj;
 	
-	if((sysobj=CreateSystemObject(&cfg, js_cx, js_glob))==NULL)
+	if((sysobj=js_CreateSystemObject(&cfg, js_cx, js_glob))==NULL)
 		return(false);
 
 	char	ver[256];
-- 
GitLab