summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-02 19:52:19 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-02 19:52:19 +0800
commit4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449 (patch)
tree76e37b72d3ad51e6c4263edbaf63d29d67da5512
parentee28b20bab4730a1dacc087f550ec35d69719dac (diff)
downloadpttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar.gz
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar.bz2
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar.lz
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar.xz
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.tar.zst
pttbbs-4fe0dd77848bb2f5c4ae402ade23b0b4f8d9c449.zip
SHM->GV2.e.dymaxactive instead GLOBALVAR[9]
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2045 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index ac7c3aa1..1434f27d 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -411,7 +411,7 @@ p_sysinfo(void)
"°_©l®É¶¡: %s\n",
cpuloadstr, SHM->UTMPnumber,
#ifdef DYMAX_ACTIVE
- GLOBALVAR[9] > 1000 ? GLOBALVAR[9] : MAX_ACTIVE,
+ SHM->GV2.e.dymaxactive > 2000 ? SHM->GV2.e.dymaxactive : MAX_ACTIVE,
#else
MAX_ACTIVE,
#endif