Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ttcomtester/teraterm/teraterm/commlib.c

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

revision 8280 by yutakapon, Sat Aug 31 08:29:39 2019 UTC revision 8281 by doda, Thu Oct 10 03:38:29 2019 UTC
# Line 1120  void CommSend(PComVar cv) Line 1120  void CommSend(PComVar cv)
1120    
1121                  case IdFile:                  case IdFile:
1122                          if (! PWriteFile(cv->ComID, &(cv->OutBuff[cv->OutPtr]), C, (LPDWORD)&D, NULL)) {                          if (! PWriteFile(cv->ComID, &(cv->OutBuff[cv->OutPtr]), C, (LPDWORD)&D, NULL)) {
1123                                  if (! GetLastError() == ERROR_IO_PENDING) {                                  if (! (GetLastError() == ERROR_IO_PENDING)) {
1124                                          D = C; /* ignore data */                                          D = C; /* ignore data */
1125                                  }                                  }
1126                          }                          }

Legend:
Removed from v.8280  
changed lines
  Added in v.8281

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