Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

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

revision 2608 by maya, Mon Nov 3 05:40:27 2008 UTC revision 2617 by maya, Fri Nov 14 03:31:36 2008 UTC
# Line 2627  void FAR PASCAL ParseParam(PCHAR Param, Line 2627  void FAR PASCAL ParseParam(PCHAR Param,
2627                          if (DDETopic != NULL)                          if (DDETopic != NULL)
2628                                  strncpy_s(DDETopic, 21, &Temp[3], _TRUNCATE);   // 21 = sizeof(TopicName)                                  strncpy_s(DDETopic, 21, &Temp[3], _TRUNCATE);   // 21 = sizeof(TopicName)
2629                  }                  }
2630                    // "New connection" ダイアログを表示しない (2008.11.14 maya)
2631                    else if (_strnicmp(Temp, "/DS", 3) == 0) {
2632                            ts->HostDialogOnStartup = FALSE;
2633                    }
2634                  // TCPLocalEcho/TCPCRSend を無効にする (maya 2007.4.25)                  // TCPLocalEcho/TCPCRSend を無効にする (maya 2007.4.25)
2635                  else if (_strnicmp(Temp, "/E", 2) == 0) {                  else if (_strnicmp(Temp, "/E", 2) == 0) {
2636                          DisableTCPEchoCR = TRUE;                          DisableTCPEchoCR = TRUE;

Legend:
Removed from v.2608  
changed lines
  Added in v.2617

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