From 19d414e697b8c1be2245c7ce1fa18a3ca38b9459 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 6 Oct 2009 05:59:22 +0000 Subject: * change digest to simply another select read (SR) mode. git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/stuff.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mbbsd/stuff.c') diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c index a4d0ddb1..145f0b34 100644 --- a/mbbsd/stuff.c +++ b/mbbsd/stuff.c @@ -22,8 +22,7 @@ void setbdir(char *buf, const char *boardname) { //assert(boardname[0]); - snprintf(buf, PATHLEN, str_board_file, boardname[0], boardname, - (currmode & MODE_DIGEST ? fn_mandex : str_dotdir)); + snprintf(buf, PATHLEN, str_board_file, boardname[0], boardname, str_dotdir); } /** -- cgit v1.2.3