diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-27 23:29:41 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-08-27 23:29:41 +0800 |
commit | d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c (patch) | |
tree | 89b43999722de5f41afd475d7c497bec6586a9af /include | |
parent | e5c3a9899bc3d11d3b4bf84058fc6f259cfab807 (diff) | |
download | pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar.gz pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar.bz2 pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar.lz pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar.xz pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.tar.zst pttbbs-d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c.zip |
fix heap corrupted because screen resize.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3089 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 4e722d70..53c34cd0 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -421,6 +421,7 @@ typedef struct { } screen_backup_t; typedef struct { + int header_size; fileheader_t *header; char mtitle[STRLEN]; const char *path; |