summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:56:28 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 02:56:28 +0800
commitc70054b024b28b5e57c2864a2c35df607737553f (patch)
treeac824f6db51dbd978177d45eea23306571e29a69 /mbbsd/board.c
parentddc3595ab1076fdf1509686f20c4b106647f83d7 (diff)
downloadpttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar.gz
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar.bz2
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar.lz
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar.xz
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.tar.zst
pttbbs-c70054b024b28b5e57c2864a2c35df607737553f.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@206 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index e8718ea4..5c030b4b 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1,4 +1,4 @@
-/* $Id: board.c,v 1.14 2002/05/24 18:42:51 ptt Exp $ */
+/* $Id: board.c,v 1.15 2002/05/24 18:56:28 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -692,7 +692,7 @@ void setutmpbid(int bid)
if(u!=(void*)currutmp)
for(;u && u->nextbfriend != (void*)currutmp; u=u->nextbfriend);
else
- bcache[bid-1].u=NULL;
+ bcache[id-1].u=NULL;
if(u)
{
bcache[id-1].nuser--;