Subj : CVS commit src/sbbs3/js_global.c jsexec.c main.cpp sbbs.h To : All From : rswindell Date : Thu Nov 18 2004 01:25 pm src/sbbs3 js_global.c 1.128 1.129 jsexec.c 1.70 1.71 main.cpp 1.360 1.361 sbbs.h 1.238 1.239 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv24190 Modified Files: js_global.c jsexec.c main.cpp sbbs.h Log Message: Bugfix: js_CreateGlobalObjects() needed to create the "system" object using a node-specific scfg_t*, so the node_dir and temp_dir properties had the correct values. .