From 09354eabd150a41f400d184021a991e4a9273353 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 27 Mar 2005 01:28:50 +0000 Subject: fix format string git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2678 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/shmctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/shmctl.c') diff --git a/util/shmctl.c b/util/shmctl.c index 26a7e67b..235a5d86 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -936,7 +936,7 @@ int showstat(int argc, char *argv[]) flag_clear=1; for(i=0; istatistic[i]); + printf("%s:\t%d\n", desc, SHM->statistic[i]); } if(flag_clear) memset(SHM->statistic, 0, sizeof(SHM->statistic)); -- cgit v1.2.3