[Ttssh2-commit] [5424] 負の値にならない ( なるべきではない ) のでunsignedに変更。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 11月 22日 (金) 15:51:18 JST


Revision: 5424
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5424
Author:   doda
Date:     2013-11-22 15:51:18 +0900 (Fri, 22 Nov 2013)
Log Message:
-----------
負の値にならない(なるべきではない)のでunsignedに変更。

Modified Paths:
--------------
    trunk/teraterm/common/tttypes.h

-------------- next part --------------
Modified: trunk/teraterm/common/tttypes.h
===================================================================
--- trunk/teraterm/common/tttypes.h	2013-11-22 06:29:03 UTC (rev 5423)
+++ trunk/teraterm/common/tttypes.h	2013-11-22 06:51:18 UTC (rev 5424)
@@ -570,7 +570,7 @@
 	DWORD BeepOverUsedTime;
 	DWORD BeepSuppressTime;
 	WORD LogAllBuffIncludedInFirst;
-	int MaxOSCBufferSize;
+	unsigned int MaxOSCBufferSize;
 };
 
 typedef struct tttset TTTSet, *PTTSet;



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