summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/io.c1
1 files changed, 1 insertions, 0 deletions
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;