diff options
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r-- | mbbsd/stuff.c | 3 |
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); } /** |