From d41c5d3f5d6c34b037b0ccaa7b098c838d068f9c Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 27 Aug 2005 15:29:41 +0000 Subject: fix heap corrupted because screen resize. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3089 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3