Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/commlib.c

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

revision 6435 by doda, Mon Jul 11 08:53:02 2016 UTC revision 6479 by maya, Fri Aug 26 16:38:02 2016 UTC
# Line 1136  void CommSend(PComVar cv) Line 1136  void CommSend(PComVar cv)
1136                          if ( cv->CRSend==IdCR ) {                          if ( cv->CRSend==IdCR ) {
1137                                  LineEnd = 0x0d;                                  LineEnd = 0x0d;
1138                          }                          }
1139                          else {                          else { // CRLF or LF
1140                                  LineEnd = 0x0a;                                  LineEnd = 0x0a;
1141                          }                          }
1142                          C = 1;                          C = 1;

Legend:
Removed from v.6435  
changed lines
  Added in v.6479

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