diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-30 17:18:58 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-30 17:18:58 +0800 |
commit | be280eabd789c6a131f33eda360b3cf6aca797c5 (patch) | |
tree | 122edb4e6815a6300f8a7db37a78810bca254d08 /mbbsd | |
parent | 0fbac25aa77ca39a1f38dc8086c021f69e8245fc (diff) | |
download | pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar.gz pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar.bz2 pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar.lz pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar.xz pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.tar.zst pttbbs-be280eabd789c6a131f33eda360b3cf6aca797c5.zip |
- fix compile error
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4046 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/register.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/register.c b/mbbsd/register.c index f2c8db31..3296135d 100644 --- a/mbbsd/register.c +++ b/mbbsd/register.c @@ -973,7 +973,7 @@ u_register(void) i++; if ((ptr = strchr(genbuf, '\n'))) *ptr = '\0'; - if(strcmp(genbuf + 5, cuser.userid) 1= 0) + if(strcmp(genbuf + 5, cuser.userid) != 0) continue; // found found = 1; |