summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-02 11:39:36 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-05-02 11:39:36 +0800
commit45e2fad473ccdeb47eeb271b25a67b909a957e29 (patch)
treed5c57231da714904f6a5e8bf464a6f3dad080150 /include
parentf27721b033d921e063c039db94a133fc9ddefaa7 (diff)
downloadpttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar.gz
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar.bz2
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar.lz
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar.xz
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.tar.zst
pttbbs-45e2fad473ccdeb47eeb271b25a67b909a957e29.zip
fixed movie in some state
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3508 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 6b396b04..db5eb794 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -576,7 +576,7 @@ typedef struct {
int __never_used__next_refresh[MAX_MOVIE_SECTION]; /* 下一次要refresh的 看板 */
char gap_20[sizeof(int)];
msgque_t loginmsg; /* 進站水球 */
- int max_film;
+ int last_film;
// FIXME remove it
int __never_used__max_history;
time4_t Puptime;