Subj : CVS commit src/sbbs3/js_bbs.cpp To : All From : rswindell Date : Mon May 09 2005 02:27 am src/sbbs3 js_bbs.cpp 1.69 1.70 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv27956 Modified Files: js_bbs.cpp Log Message: bbs.get_newscantime() now returns "null" on abort instead of "undefined". It's been determined that "null" is the better error return value for functions (for one, it's easier to to enqueue/dequeue). Eliminated unnecessary *rval = JSVAL_VOID assignments (this value is already initialized as such by the caller). .