summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index fee66464..e60f1df8 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1114,7 +1114,7 @@ mail_cross_post(int ent, fileheader_t * fhdr, const char *direct)
}
setuserfile(fname, fhdr->filename);
if (ent) {
- char *save_currboard;
+ const char *save_currboard;
xptr = fopen(xfpath, "w");
assert(xptr);