From 5c194ee7761a78c7dd9789941ed631d1a2ec5113 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 16 Sep 2006 18:42:50 +0000 Subject: missed counting of SYSWRITE git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3415 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mbbsd/io.c b/mbbsd/io.c index c1efde24..e516e7b0 100644 --- a/mbbsd/io.c +++ b/mbbsd/io.c @@ -88,6 +88,7 @@ int ochar(int c) { if (obufsize > OBUFSIZE - 1) { + STATINC(STAT_SYSWRITESOCKET); /* suppose one byte data doesn't need to be converted. */ write(1, outbuf, obufsize); obufsize = 0; -- cgit v1.2.3