svnno****@sourc*****
svnno****@sourc*****
2010年 3月 26日 (金) 15:37:31 JST
Revision: 3824 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3824 Author: yutakapon Date: 2010-03-26 15:37:31 +0900 (Fri, 26 Mar 2010) Log Message: ----------- xmodem.log ã«æ«å°¾ã®ãã¼ã¿ãæ£ãã16é²ãã³ããããããã«ããã Modified Paths: -------------- trunk/teraterm/ttpfile/xmodem.c -------------- next part -------------- Modified: trunk/teraterm/ttpfile/xmodem.c =================================================================== --- trunk/teraterm/ttpfile/xmodem.c 2010-03-25 13:47:43 UTC (rev 3823) +++ trunk/teraterm/ttpfile/xmodem.c 2010-03-26 06:37:31 UTC (rev 3824) @@ -31,6 +31,11 @@ { if (fv->LogState==0) { + // cèÌASCII\¦ðs¤ + fv->FlushLogLineBuf = 1; + FTLog1Byte(fv,0); + fv->FlushLogLineBuf = 0; + fv->LogState = 1; fv->LogCount = 0; _lwrite(fv->LogFile,"\015\012<<<\015\012",7); @@ -49,6 +54,11 @@ { if (fv->LogState != 0) { + // cèÌASCII\¦ðs¤ + fv->FlushLogLineBuf = 1; + FTLog1Byte(fv,0); + fv->FlushLogLineBuf = 0; + fv->LogState = 0; fv->LogCount = 0; _lwrite(fv->LogFile,"\015\012>>>\015\012",7);