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 9103 by zmatsuo, Sun Dec 20 12:16:14 2020 UTC revision 9145 by zmatsuo, Sat Feb 6 05:44:11 2021 UTC
# Line 336  void CommOpen(HWND HW, PTTSet ts, PComVa Line 336  void CommOpen(HWND HW, PTTSet ts, PComVa
336          cv->TelCRSend = FALSE;          cv->TelCRSend = FALSE;
337          cv->TelCRSendEcho = FALSE;          cv->TelCRSendEcho = FALSE;
338          cv->TelAutoDetect = ts->TelAutoDetect; /* TTPLUG */          cv->TelAutoDetect = ts->TelAutoDetect; /* TTPLUG */
         cv->Locale = ts->Locale;  
         cv->locale = _create_locale(LC_ALL, cv->Locale);  
339          cv->CodePage = &ts->CodePage;          cv->CodePage = &ts->CodePage;
340          cv->ConnetingTimeout = &ts->ConnectingTimeout;          cv->ConnetingTimeout = &ts->ConnectingTimeout;
341          cv->LastSendTime = time(NULL);          cv->LastSendTime = time(NULL);
# Line 900  void CommClose(PComVar cv) Line 898  void CommClose(PComVar cv)
898          }          }
899          cv->ComID = INVALID_HANDLE_VALUE;          cv->ComID = INVALID_HANDLE_VALUE;
900          cv->PortType = 0;          cv->PortType = 0;
   
         _free_locale(cv->locale);  
901  }  }
902    
903  void CommProcRRQ(PComVar cv)  void CommProcRRQ(PComVar cv)

Legend:
Removed from v.9103  
changed lines
  Added in v.9145

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