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 3880 by yutakapon, Wed May 12 13:17:01 2010 UTC revision 3881 by yutakapon, Wed May 12 13:32:45 2010 UTC
# Line 2942  void FAR PASCAL ParseParam(PCHAR Param, Line 2942  void FAR PASCAL ParseParam(PCHAR Param,
2942                  if (_strnicmp(Temp, "/BAUD=", 6) == 0) {        /* Serial port baud rate */                  if (_strnicmp(Temp, "/BAUD=", 6) == 0) {        /* Serial port baud rate */
2943                          ParamPort = IdSerial;                          ParamPort = IdSerial;
2944                          ParamBaud = atoi(&Temp[6]);                          ParamBaud = atoi(&Temp[6]);
                         if (ParamBaud == 0) {  
                                 ParamBaud = 9600;  
                         }  
2945                  }                  }
2946                  else if (_stricmp(Temp, "/B") == 0) {   /* telnet binary */                  else if (_stricmp(Temp, "/B") == 0) {   /* telnet binary */
2947                          ParamPort = IdTCPIP;                          ParamPort = IdTCPIP;

Legend:
Removed from v.3880  
changed lines
  Added in v.3881

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