From ebe8d5ac1f249c58561e30af21e30805e9d2de83 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 3 Dec 2006 03:21:09 +0000 Subject: WARNING: SHM_t changed git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3450 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index 0bd0e0df..8f00900c 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -561,9 +561,7 @@ typedef struct { time4_t close_vote_time; /* pttcache */ - char notes[MAX_MOVIE][200*11]; - // 有人反應 200 不夠用,將來可能會提高 - char this_is_unused_and_should_be_removed_later[499][200*11]; + char notes[MAX_MOVIE][256*11]; char gap_18[sizeof(int)]; char today_is[20]; int n_notes[MAX_MOVIE_SECTION]; /* 一節中有幾個 看板 */ -- cgit v1.2.3