summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-20 13:31:54 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-20 13:31:54 +0800
commit9ea9595026500cf39a6e090ba026054a2c2b013d (patch)
tree617c9bb6aab6df5d576eadea03b404b0fd5a8379 /mbbsd/user.c
parentd49915829f62db7a1185f6e2c7e00096efa3b651 (diff)
downloadpttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar.gz
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar.bz2
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar.lz
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar.xz
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.tar.zst
pttbbs-9ea9595026500cf39a6e090ba026054a2c2b013d.zip
fix bug (register)
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@55 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 2069e084..814ffc4e 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1,4 +1,4 @@
-/* $Id: user.c,v 1.11 2002/03/18 20:24:29 in2 Exp $ */
+/* $Id: user.c,v 1.12 2002/03/20 05:31:54 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -955,7 +955,6 @@ int u_register(void)
outs("»{ÃÒ½X¿ù»~\n");
pressanykey();
}
- phone[0] = 0;
toregister(email, genbuf, phone, career, ident, rname, addr, mobile);
return FULLUPDATE;
}