From be280eabd789c6a131f33eda360b3cf6aca797c5 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 30 Mar 2008 09:18:58 +0000 Subject: - fix compile error git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4046 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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; -- cgit v1.2.3