summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c4
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