From 6eba59f302a382cb031543031b2b273ee85d796f Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 19 Mar 2005 13:01:43 +0000 Subject: currboard is constant pointer git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2644 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/mail.c') 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); -- cgit v1.2.3