From 7c4e45fc0c42d52393b0eb532945f3b55236470d Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 9 Dec 2007 04:12:22 +0000 Subject: b_config: fix const error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3655 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 657ad486..52c175c1 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3328,7 +3328,7 @@ b_config(void) boardheader_t *bp=NULL; int touched = 0, finished = 0; bp = getbcache(currbid); - const int ytitle = b_lines - 15; + int ytitle = b_lines - 15; int i = 0; #ifndef OLDRECOMMEND -- cgit v1.2.3