diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-17 05:54:56 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-17 05:54:56 +0800 |
commit | 68466d47bc2f2d879b3afcc312165f84dc2dec18 (patch) | |
tree | 92a599f7b82a7d184ec97eb1273152ae699f86e7 /mbbsd/admin.c | |
parent | 0375f7a3aae54827cca6680c7d9c96b111e1c442 (diff) | |
download | pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.gz pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.bz2 pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.lz pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.xz pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.tar.zst pttbbs-68466d47bc2f2d879b3afcc312165f84dc2dec18.zip |
no warning
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@180 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r-- | mbbsd/admin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c index f97a3603..e7c51f3f 100644 --- a/mbbsd/admin.c +++ b/mbbsd/admin.c @@ -1,4 +1,4 @@ -/* $Id: admin.c,v 1.11 2002/05/13 03:20:04 ptt Exp $ */ +/* $Id: admin.c,v 1.12 2002/05/16 21:54:56 in2 Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -744,7 +744,7 @@ int scan_register_form(char *regfile, int automode, int neednum) { char fdata[7][STRLEN]; char fname[STRLEN], buf[STRLEN]; char ans[4], *ptr, *uid; - int n, unum; + int n = 0, unum = 0; int nSelf = 0, nAuto = 0; uid = cuser.userid; |