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 6330 by doda, Mon Feb 29 08:35:06 2016 UTC revision 6361 by doda, Tue Apr 5 13:02:51 2016 UTC
# Line 1802  void ZMODEMStart(int mode) Line 1802  void ZMODEMStart(int mode)
1802          if (! ProtoStart())          if (! ProtoStart())
1803                  return;                  return;
1804    
1805          if (mode==IdZSend)          if (mode == IdZSend || mode == IdZAutoS)
1806          {          {
1807                  Opt = ts.XmodemBin;                  Opt = ts.XmodemBin;
1808                  FileVar->OpId = OpZSend;                  FileVar->OpId = OpZSend;
# Line 1819  void ZMODEMStart(int mode) Line 1819  void ZMODEMStart(int mode)
1819                  else                  else
1820                  (*SetFileVar)(FileVar);                  (*SetFileVar)(FileVar);
1821          }          }
1822          else /* IdZReceive or IdZAuto */          else /* IdZReceive or IdZAutoR */
1823                  FileVar->OpId = OpZRcv;                  FileVar->OpId = OpZRcv;
1824    
1825          TalkStatus = IdTalkQuiet;          TalkStatus = IdTalkQuiet;

Legend:
Removed from v.6330  
changed lines
  Added in v.6361

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