Subj : CVS commit src/sbbs3/sbbs_ini.c To : All From : rswindell Date : Sat Apr 30 2005 11:12 pm src/sbbs3 sbbs_ini.c 1.107 1.108 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv15099 Modified Files: sbbs_ini.c Log Message: Bugfix: sbbs_set_js_settings() was treating the failure to remove a value (if already set to the default value) as a fatal error (i.e. the value doesn't exist). Bugfix: sbbs_set_js_settings() wasn't setting the JS yield interval. sbbs_set_js_settings() is now used to write the global JS default values too. .