From d68e897b48d0a0a7d38ef15ba5192ef010cafb06 Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 6 Aug 2002 07:12:52 +0000 Subject: fix idcard number bug git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@452 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/user.c b/mbbsd/user.c index 9f985ab9..fc60c08d 100644 --- a/mbbsd/user.c +++ b/mbbsd/user.c @@ -1,4 +1,4 @@ -/* $Id: user.c,v 1.34 2002/07/25 11:06:15 in2 Exp $ */ +/* $Id: user.c,v 1.35 2002/08/06 07:12:52 in2 Exp $ */ #include "bbs.h" static char *sex[8] = { @@ -753,7 +753,7 @@ removespace(char *s) static int ispersonalid(char *inid) { - char *lst = "ABCDEFGHJKLMNPQRSTUVWXYZIO", id[20]; + char *lst = "ABCDEFGHJKLMNPQRSTUVXYWZIO", id[20]; int i, j, cksum; strlcpy(id, inid, sizeof(id)); -- cgit v1.2.3