From ab0bb7e2279602bb35ec8b7f3db9b8398d3ffdf1 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 21 Dec 2007 20:01:36 +0000 Subject: - term: don't do too much thing in resize - talk: change variable order to git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3725 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/talk.c') diff --git a/mbbsd/talk.c b/mbbsd/talk.c index c19768b0..e031160e 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -22,8 +22,8 @@ static char * const withme_str[] = { #define TALK_MAXCOL (78) #define TALK_BUFLEN (TALK_MAXCOL+2) typedef struct twpic { - unsigned char data[TALK_BUFLEN]; // bound to specific size unsigned short len; + unsigned char data[TALK_BUFLEN]; // bound to specific size } twpic_t; typedef struct talkwin_t { -- cgit v1.2.3