diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-26 11:37:33 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-26 11:37:33 +0800 |
commit | de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead (patch) | |
tree | 7672f542a2436d6a03a8a8dff05b8d30b6f638f1 /mbbsd | |
parent | c7f520166e5ecc45e3de77e65507d9779ef7e35d (diff) | |
download | pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar.gz pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar.bz2 pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar.lz pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar.xz pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.tar.zst pttbbs-de2755c4c2b9902437d0ef07b5b3c9f3e88b5ead.zip |
remove another unused ident
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3213 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/user.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c index 3932c0c1..3f6540a8 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1352,7 +1352,6 @@ toregister(char *email, char *genbuf, char *phone, char *career, if ((fn = fopen(fn_register, "a"))) { fprintf(fn, "num: %d, %s", usernum, ctime4(&now)); fprintf(fn, "uid: %s\n", cuser.userid); - fprintf(fn, "ident: \n"); fprintf(fn, "name: %s\n", rname); fprintf(fn, "career: %s\n", career); fprintf(fn, "addr: %s\n", addr); |