diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-12 12:10:13 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-12 12:10:13 +0800 |
commit | 15c2695c512705df1b2c5a52c86dbde02228fa70 (patch) | |
tree | 8f57fbd607593cdc296f5815968171d1dfce61b1 /mbbsd/admin.c | |
parent | f3915017e371d8d4e2fcf1870b7bcf3cae6e2c4e (diff) | |
download | pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar.gz pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar.bz2 pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar.lz pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar.xz pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.tar.zst pttbbs-15c2695c512705df1b2c5a52c86dbde02228fa70.zip |
show
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@841 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index 7e6b39d9..0dee134b 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.38 2003/05/11 00:44:42 victor Exp $ */ +/* $Id: admin.c,v 1.39 2003/05/12 04:10:13 victor Exp $ */ #include "bbs.h" /* 使用者管理 */ @@ -824,7 +824,7 @@ scan_register_form(char *regfile, int automode, int neednum) prints(" %-12s:%s\n", finfo[0], fdata[0]); prints(" %-12s:%s\n", finfo[1], fdata[1]); #ifdef FOREIGN_REG - prints("0.%-12s:%s%s\n", finfo[2], fdata[2], muser.uflag2 & FOREIGN ? "外籍" : ""); + prints("0.%-12s:%s%s\n", finfo[2], fdata[2], muser.uflag2 & FOREIGN ? " (外籍)" : ""); #else prints("0.%-12s:%s\n", finfo[2], fdata[2]); #endif |