summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-08-12 21:03:28 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-08-12 21:03:28 +0800
commit2d360031b079b8f6181d1d5e244d617dd47cefe8 (patch)
tree31b390dc08dd62bd7b26ad430a07f23f4f9be511 /mbbsd/stuff.c
parent83ded54df48fa434f77831bb8280603973e2e989 (diff)
downloadpttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar.gz
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar.bz2
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar.lz
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar.xz
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.tar.zst
pttbbs-2d360031b079b8f6181d1d5e244d617dd47cefe8.zip
Chess country basic things constructing.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2162 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index a369affb..5e2048f5 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -31,7 +31,7 @@ sethomeman(char *buf, char *userid)
void
-sethomefile(char *buf, char *userid, char *fname)
+sethomefile(char *buf, char *userid, const char *fname)
{
sprintf(buf, str_home_file, userid[0], userid, fname);
}