diff options
-rw-r--r-- | mbbsd/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 21ab99b1..07abb4d4 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1165,7 +1165,7 @@ toregister(char *email, char *genbuf, char *phone, char *career, REGFORM2: if (strcasecmp(email, "x") == 0) { /* ¤â°Ê»{ÃÒ */ if ((fn = fopen(fn_register, "a"))) { - fprintf(fn, "num: %d, %s\n", usernum, ctime4(&now)); + fprintf(fn, "num: %d, %s", usernum, ctime4(&now)); fprintf(fn, "uid: %s\n", cuser.userid); fprintf(fn, "ident: %s\n", ident); fprintf(fn, "name: %s\n", rname); |