From 773f263060586631b3c184cfbbe5cfd2c9467f4c Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 27 Oct 2004 15:35:11 +0000 Subject: race git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2282 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index 49b1e704..85f3f134 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -95,7 +95,7 @@ typedef struct userec_t { unsigned short chc_lose; unsigned short chc_tie; int mobile; - char mind[4]; + char mind[4]; /* not a null-terminate string */ char ident[11]; unsigned char signature; -- cgit v1.2.3