svnno****@sourc*****
svnno****@sourc*****
2014年 1月 20日 (月) 01:21:57 JST
Revision: 5469 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5469 Author: yutakapon Date: 2014-01-20 01:21:56 +0900 (Mon, 20 Jan 2014) Log Message: ----------- logautoclosemode フラグは、マクロ終了後、初期値に戻すようにした。 Modified Paths: -------------- trunk/teraterm/teraterm/ttdde.c -------------- next part -------------- Modified: trunk/teraterm/teraterm/ttdde.c =================================================================== --- trunk/teraterm/teraterm/ttdde.c 2014-01-18 17:21:35 UTC (rev 5468) +++ trunk/teraterm/teraterm/ttdde.c 2014-01-19 16:21:56 UTC (rev 5469) @@ -1051,6 +1051,7 @@ // \x83}\x83N\x83\x8D\x8FI\x97\xB9\x8E\x9E\x81A\x83\x8D\x83O\x8D̎\xE6\x82\xF0\x8E\xA9\x93\xAE\x93I\x82ɒ\xE2\x8E~\x82\xB7\x82\xE9\x81B(2013.6.24 yutaka) if (AutoLogClose) { if (LogVar != NULL) FileTransEnd(OpLog); + AutoLogClose = FALSE; } ConvH = 0; PostMessage(HVTWin,WM_USER_DDEEND,0,0);