Subj : CVS commit src/xpdev/sockwrap.c To : All From : deuce Date : Thu Feb 10 2005 12:33 am src/xpdev sockwrap.c 1.24 1.25 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv17343 Modified Files: sockwrap.c Log Message: Do *NOT* copy the whole file into malloc()ed memory! Use a 16k buffer instead. This should fix the unable to send large files problem. .