Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 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; |
| 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 |
|
|
|