[Ttssh2-commit] [4814] typo でバッファを 1 バイト多く取っていたのを修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2012年 2月 2日 (木) 22:30:40 JST


Revision: 4814
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4814
Author:   doda
Date:     2012-02-02 22:30:40 +0900 (Thu, 02 Feb 2012)
Log Message:
-----------
typo でバッファを 1 バイト多く取っていたのを修正。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2012-02-02 13:11:32 UTC (rev 4813)
+++ trunk/teraterm/teraterm/vtterm.c	2012-02-02 13:30:40 UTC (rev 4814)
@@ -4568,7 +4568,7 @@
 #define MOUSE_POS_EXT_LIMIT (2047 - 32)
 
 int MakeMouseReportStr(char *buff, size_t buffsize, int mb, int x, int y) {
-  char tmpx[3], tmpy[4];
+  char tmpx[3], tmpy[3];
 
   switch (MouseReportExtMode) {
   case IdMouseTrackExtNone:



Ttssh2-commit メーリングリストの案内
Back to archive index