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 2499 by yutakapon, Tue May 6 10:54:34 2008 UTC revision 2501 by yutakapon, Wed May 7 16:05:22 2008 UTC
# Line 2749  void FAR PASCAL ParseParam(PCHAR Param, Line 2749  void FAR PASCAL ParseParam(PCHAR Param,
2749                  ts->PortType = IdSerial;                  ts->PortType = IdSerial;
2750                  if (ParamCom > 0) {                  if (ParamCom > 0) {
2751                          ts->ComPort = ParamCom;                          ts->ComPort = ParamCom;
2752                        /* Don't display new connection dialog if COM port is specified explicitly (2006.9.15 maya) */
2753                            ts->ComAutoConnect = TRUE;
2754                  }                  }
2755                  if (ParamBaud != IdBaudNone)                  if (ParamBaud != IdBaudNone)
2756                          ts->Baud = ParamBaud;                          ts->Baud = ParamBaud;

Legend:
Removed from v.2499  
changed lines
  Added in v.2501

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