summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-01 17:54:39 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-01 17:54:39 +0800
commit4dc29aafe3881ac0a1170ebfb04071bf821c7eff (patch)
tree90d5968ede70ef9fff9a8538e760dbaa54e9ce84 /include/pttstruct.h
parent6f896bea66286ad637861ccae7126fda98c0c4ff (diff)
downloadpttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar.gz
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar.bz2
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar.lz
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar.xz
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.tar.zst
pttbbs-4dc29aafe3881ac0a1170ebfb04071bf821c7eff.zip
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
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
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; /* 還沒用到 */