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 3494 by doda, Mon Jun 15 18:37:05 2009 UTC revision 3501 by doda, Tue Jun 16 07:43:31 2009 UTC
# Line 303  void CommOpen(HWND HW, PTTSet ts, PComVa Line 303  void CommOpen(HWND HW, PTTSet ts, PComVa
303          switch (ts->PortType) {          switch (ts->PortType) {
304                  case IdTCPIP:                  case IdTCPIP:
305                          cv->TelFlag = (ts->Telnet > 0);                          cv->TelFlag = (ts->Telnet > 0);
306                          cv->TelLineMode = TRUE;                          if (ts->EnableLineMode) {
307                                    cv->TelLineMode = TRUE;
308                            }
309                          if (! LoadWinsock()) {                          if (! LoadWinsock()) {
310                                  if (cv->NoMsg==0) {                                  if (cv->NoMsg==0) {
311                                          get_lang_msg("MSG_TT_ERROR", uimsg, sizeof(uimsg), "Tera Term: Error", ts->UILanguageFile);                                          get_lang_msg("MSG_TT_ERROR", uimsg, sizeof(uimsg), "Tera Term: Error", ts->UILanguageFile);

Legend:
Removed from v.3494  
changed lines
  Added in v.3501

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