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 6110 by maya, Tue Nov 10 14:38:07 2015 UTC revision 6115 by maya, Tue Nov 10 15:30:43 2015 UTC
# Line 1285  void FileSend() Line 1285  void FileSend()
1285          LONG BCOld;          LONG BCOld;
1286          DWORD read_bytes;          DWORD read_bytes;
1287    
1288          if (cv.PortType == IdSerial && ts.FileSendBulkPacket &&          if (cv.PortType == IdSerial && ts.FileSendHighSpeedMode &&
1289              BinaryMode && !FileBracketMode && !cv.TelFlag &&              BinaryMode && !FileBracketMode && !cv.TelFlag &&
1290              (ts.LocalEcho == 0) && (ts.Baud >= 115200)) {              (ts.LocalEcho == 0) && (ts.Baud >= 115200)) {
1291                  return FileSendBinayBoost();                  return FileSendBinayBoost();

Legend:
Removed from v.6110  
changed lines
  Added in v.6115

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