Skip to content
Snippets Groups Projects
Commit 1b96b162 authored by rswindell's avatar rswindell
Browse files

sbbs.terminated changed from bool to BOOL - apparently a C++ bool pointer is

not compatible with a C BOOL (int) pointer, so all js.terminated tests from JS
modules run from the BBS failed (always returned true).
parent 577f3695
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ public:
bbs_startup_t* startup;
bool init(void);
bool terminated;
BOOL terminated;
client_t client;
SOCKET client_socket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment