Subj : CVS commit src/sbbs3/js_file.c js_socket.c To : All From : rswindell Date : Tue Oct 11 2005 05:22 pm src/sbbs3 js_file.c 1.85 1.86 js_socket.c 1.104 1.105 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv17980 Modified Files: js_file.c js_socket.c Log Message: Use JS_GetStringLength and JS_NewStringCopyN to allow strings containing \0 (ASCII 0) to be read from or written to sockets and files. .