summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-17 05:54:56 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-17 05:54:56 +0800
commit68466d47bc2f2d879b3afcc312165f84dc2dec18 (patch)
tree92a599f7b82a7d184ec97eb1273152ae699f86e7 /mbbsd/talk.c
parent0375f7a3aae54827cca6680c7d9c96b111e1c442 (diff)
downloadpttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.gz
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.bz2
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.lz
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.xz
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.zst
pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.zip
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@180 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 4d44182f..6f63350c 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1,4 +1,4 @@
-/* $Id: talk.c,v 1.35 2002/05/15 08:24:39 ptt Exp $ */
+/* $Id: talk.c,v 1.36 2002/05/16 21:54:56 in2 Exp $ */
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -1581,7 +1581,7 @@ static void pickup_user(void)
int fri_stat, bfriends_number, ifh_number, irh_number, hfm_number;
int savemode = currstat;
int i, sortedway; /* 只是loop有用到 */
- time_t diff, freshtime;
+ time_t diff, freshtime = 0;
pickup_t pklist[USHM_SIZE]; /* parameter Ptt註 */
/* num : 現在的游標位 */
/* foot: 此頁的腳腳 */