Subj : CVS commit src/sbbs3/websrvr.c To : All From : rswindell Date : Wed Mar 09 2005 02:57 pm src/sbbs3 websrvr.c 1.276 1.277 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv6838 Modified Files: websrvr.c Log Message: Bugfix: write() and writeln() methods must return string written, as other servers' write/writeln implementations do. Removed unused variable from exec_ssjs(). .