Subj : CVS commit src/sbbs3/sexyz.c To : All From : rswindell Date : Mon Jun 06 2005 01:47 pm src/sbbs3 sexyz.c 1.46 1.47 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv5319 Modified Files: sexyz.c Log Message: Bug-fix: recv_byte() must either return the character received for NOINP (-1). It was returning -2 on recv() error (e.g. disconneted socket). .