Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6071 by maya, Wed Nov 4 15:36:50 2015 UTC revision 6079 by maya, Thu Nov 5 12:31:08 2015 UTC
# Line 1286  void FileSend() Line 1286  void FileSend()
1286          LONG BCOld;          LONG BCOld;
1287          DWORD read_bytes;          DWORD read_bytes;
1288    
1289          if (BinaryMode && !FileRetryEcho && !FileBracketMode && !cv.TelFlag &&          if (ts.FileSendBulkPacket &&
1290                  (ts.LocalEcho == 0) && (ts.Baud >= 115200)) {              BinaryMode && !FileRetryEcho && !FileBracketMode && !cv.TelFlag &&
1291                (ts.LocalEcho == 0) && (ts.Baud >= 115200)) {
1292                  return FileSendBinayBoost();                  return FileSendBinayBoost();
1293          }          }
1294    

Legend:
Removed from v.6071  
changed lines
  Added in v.6079

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26