Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/pkt.c

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

revision 10959 by zmatsuo, Sat Oct 7 17:40:26 2023 UTC revision 10960 by zmatsuo, Sat Oct 7 17:40:35 2023 UTC
# Line 319  int PKT_recv(PTInstVar pvar, char *buf, Line 319  int PKT_recv(PTInstVar pvar, char *buf,
319                          int amount_read;                          int amount_read;
320    
321                          // SCPファイル受信処理を一時停止中ならば、recv()をしない。                          // SCPファイル受信処理を一時停止中ならば、recv()をしない。
322                          if (pvar->recv_suspended) {                          if (pvar->recv.suspended) {
323                                  // それまでに受信したデータサイズをTera Term側に返す。                                  // それまでに受信したデータサイズをTera Term側に返す。
324                                  return amount_in_buf;                                  return amount_in_buf;
325    

Legend:
Removed from v.10959  
changed lines
  Added in v.10960

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