|
From: <gjh...@us...> - 2004-03-04 00:54:43
|
Update of /cvsroot/mistmud/mistmud In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2091 Modified Files: Tag: rev_1_3 comm.c Log Message: - fix a minor bug on a call to log() Index: comm.c =================================================================== RCS file: /cvsroot/mistmud/mistmud/comm.c,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -C2 -d -r1.9.2.2 -r1.9.2.3 *** comm.c 2 Sep 2003 07:08:27 -0000 1.9.2.2 --- comm.c 4 Mar 2004 00:33:55 -0000 1.9.2.3 *************** *** 844,848 **** tbuf[strl] = txt[strl]; tbuf[strl] = 0; ! log(strl); if (new) free(new); --- 844,848 ---- tbuf[strl] = txt[strl]; tbuf[strl] = 0; ! log(tbuf); if (new) free(new); |