From 22a3aee8a665dc8a3433d0d73426479994d5178f Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 24 May 2002 18:57:37 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@207 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/talk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/talk.c b/mbbsd/talk.c index e84831d4..727a6449 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1,4 +1,4 @@ -/* $Id: talk.c,v 1.41 2002/05/24 18:56:28 ptt Exp $ */ +/* $Id: talk.c,v 1.42 2002/05/24 18:57:37 ptt Exp $ */ #include #include #include @@ -1657,7 +1657,7 @@ static void draw_pickup(int drawall, pickup_t *pickup, int pickup_way, "%-2d\033[m\n", msg_pickup_way[pickup_way], utmpshm->number, myfriend, friendme, - currutmp->brc_id? bcache[currutmp->brc_id-1].nuser, 0); + currutmp->brc_id? bcache[currutmp->brc_id-1].nuser:0, 0); move(3, 0); for( i = 0, ch = page * 20 + 1 ; i < MAXPICKUP ; ++i, ++ch ){ -- cgit v1.2.3