[Ttssh2-commit] [5123] r5122 で関係ない修正が入ってしまったので、vtwin . cpp だけ元に戻す。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 2月 16日 (土) 01:12:08 JST


Revision: 5123
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5123
Author:   maya
Date:     2013-02-16 01:12:08 +0900 (Sat, 16 Feb 2013)
Log Message:
-----------
r5122 で関係ない修正が入ってしまったので、vtwin.cpp だけ元に戻す。

Revision Links:
--------------
    http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5122

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtwin.cpp

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtwin.cpp
===================================================================
--- trunk/teraterm/teraterm/vtwin.cpp	2013-02-15 16:09:40 UTC (rev 5122)
+++ trunk/teraterm/teraterm/vtwin.cpp	2013-02-15 16:12:08 UTC (rev 5123)
@@ -3288,7 +3288,6 @@
 			break;
 		case FD_CLOSE:
 			if (cv.PortType == IdTCPIP) {
-				int ret;
 				if (TCPLocalEchoUsed) {
 					TCPLocalEchoUsed=FALSE;
 					ts.LocalEcho = ts.LocalEcho_ini;
@@ -3298,8 +3297,6 @@
 					ts.CRSend = ts.CRSend_ini;
 					cv.CRSend = ts.CRSend_ini;
 				}
-				ret = PWSAGetLastError();
-				OutputDebugPrintf("PWSAGetLastError()  = %d\n", ret);
 			}
 			Connecting = FALSE;
 			TCPIPClosed = TRUE;



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