summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-01 22:53:48 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-01 22:53:48 +0800
commitc92a33e0f703a6f8d6a30b22b6f5653e810c66aa (patch)
tree3611f28eba7bce665bbb74d6dbf6ddde962ab6d7
parent8d4ea289db478f23708c0338e043467c0ad65eee (diff)
downloadpttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar.gz
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar.bz2
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar.lz
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar.xz
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.tar.zst
pttbbs-c92a33e0f703a6f8d6a30b22b6f5653e810c66aa.zip
comment the dirty usage
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2304 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
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;