summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 3b41d279..dbb90c71 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -1,4 +1,4 @@
-/* $Id: cal.c,v 1.13 2002/06/04 13:08:33 in2 Exp $ */
+/* $Id: cal.c,v 1.14 2002/06/06 21:34:11 in2 Exp $ */
#include "bbs.h"
/* ¨¾°ô Multi play */
@@ -7,7 +7,7 @@ static int count_multiplay(int unmode) {
register userinfo_t *uentp;
for(i = j = 0; i < USHM_SIZE; i++) {
- uentp = &(utmpshm->uinfo[i]);
+ uentp = &(SHM->uinfo[i]);
if(uentp->uid == usernum)
if(uentp->lockmode == unmode)
j++;