From 4dc29aafe3881ac0a1170ebfb04071bf821c7eff Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 1 Nov 2004 09:54:39 +0000 Subject: fix bvote problem use filename0 instead of filename (use hardlink to avoid race, it'll be removed later) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2302 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 85f3f134..901a220b 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -168,7 +168,7 @@ typedef struct boardheader_t { char pad[3]; /* 沒用到的 */ time_t bupdate; /* note update time */ char pad2[3]; /* 沒用到的 */ - unsigned char bvote; /* Vote flags */ + unsigned char bvote; /* 正舉辦 Vote 數 */ time_t vtime; /* Vote close time */ unsigned int level; /* 可以看此板的權限 */ int unused; /* 還沒用到 */ -- cgit v1.2.3