summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-06 13:59:22 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-06 13:59:22 +0800
commit19d414e697b8c1be2245c7ce1fa18a3ca38b9459 (patch)
tree5ca4af13266d7f965812ded1aa93eff48676a12d /mbbsd/stuff.c
parentda90aab7aafa6f78b0362385257dc1900ec9669f (diff)
downloadpttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.gz
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.bz2
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.lz
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.xz
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.tar.zst
pttbbs-19d414e697b8c1be2245c7ce1fa18a3ca38b9459.zip
* change digest to simply another select read (SR) mode.pttbbs.sr_digest
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.sr_digest@4906 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c3
1 files changed, 1 insertions, 2 deletions
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);
}
/**