From 4e7c1a185b51b96a1983839591aaaeccdccdffb2 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 4 May 2007 04:21:34 +0000 Subject: s/max_film/last_film/ git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3511 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/account.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/account.c') diff --git a/util/account.c b/util/account.c index 432cfc9b..35437755 100644 --- a/util/account.c +++ b/util/account.c @@ -14,13 +14,13 @@ reset_garbage(void) SHM->Ptouchtime = 1; } /* - * 不整個reload? for(n=0;n<=SHM->max_film;n++) printf("\n**%d**\n %s + * 不整個reload? for(n=0;n<=SHM->last_film;n++) printf("\n**%d**\n %s * \n",n,SHM->notes[n]); */ SHM->Puptime = 0; reload_pttcache(); - printf("\n動態看板數[%d]\n", SHM->max_film); + printf("\n動態看板數[%d]\n", SHM->last_film); /* * for(n=0; n 起點:%d * 下次要換的:%d\n ",n,SHM->n_notes[n], SHM->next_refresh[n]); -- cgit v1.2.3