From 69fd9895b6b29be29aec7cb1b06d4d312c17d376 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 6 Jun 2005 01:20:34 +0000 Subject: remember last sort method git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2774 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 56f79d1a..44a9b06a 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -2112,15 +2112,15 @@ userlist(void) static char show_uid = 0; static char show_board = 0; static char show_pid = 0; + static int pickup_way = 0; char skippickup = 0, redraw, redrawall; - int page, offset, pickup_way, ch, leave, fri_stat; + int page, offset, ch, leave, fri_stat; int nfriend, myfriend, friendme, bfriend, badfriend, i; time4_t lastupdate; nPickups = b_lines - 3; currpickup = (pickup_t *)malloc(sizeof(pickup_t) * nPickups); page = offset = 0; - pickup_way = 0; leave = 0; redrawall = 1; /* -- cgit v1.2.3