From c92a33e0f703a6f8d6a30b22b6f5653e810c66aa Mon Sep 17 00:00:00 2001 From: kcwu Date: Mon, 1 Nov 2004 14:53:48 +0000 Subject: comment the dirty usage git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2304 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pttstruct.h b/include/pttstruct.h index 901a220b..5edc79c4 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -225,7 +225,7 @@ typedef struct fileheader_t { char owner[IDLEN + 2]; /* uid[.] */ char date[6]; /* [02/02] or space(5) */ char title[TTLEN + 1]; - int money; /* rocker: if bit32 on ==> reference */ + int money; /* rocker: if bit32 on ==> reference */ /* XXX dirty, split into flag and money if money of each file is less than 16bit? */ unsigned char filemode; /* must be last field @ boards.c */ } fileheader_t; -- cgit v1.2.3