summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index fdc9e6a6..7a8b98f7 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1092,7 +1092,7 @@ cross_post(int ent, const fileheader_t * fhdr, const char *direct)
getdata(2, 0, "(S)存檔 (L)站內 (Q)取消?[Q] ", genbuf, 3, LCECHO);
if (genbuf[0] == 'l' || genbuf[0] == 's') {
int currmode0 = currmode;
- char *save_currboard;
+ const char *save_currboard;
currmode = 0;
setbpath(xfpath, xboard);