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 5316 by doda, Tue Jun 11 18:03:59 2013 UTC revision 5353 by yutakapon, Sat Aug 17 06:08:18 2013 UTC
# Line 3283  void FAR PASCAL ParseParam(PCHAR Param, Line 3283  void FAR PASCAL ParseParam(PCHAR Param,
3283                          HostNameFlag = FALSE;                          HostNameFlag = FALSE;
3284                  }                  }
3285    
3286                  if (_strnicmp(Temp, "/NAMEDPIPE", 10) == 0) {   /* 名前付きパイプ */                  if (_strnicmp(Temp, "/AUTOWINCLOSE=", 14) == 0) {       /* AutoWinClose=on|off */
3287                            char *s = &Temp[14];
3288                            if (_stricmp(s, "on") == 0)
3289                                    ts->AutoWinClose = 1;
3290                            else
3291                                    ts->AutoWinClose = 0;
3292                    }
3293                    else if (_strnicmp(Temp, "/NAMEDPIPE", 10) == 0) {      /* 名前付きパイプ */
3294                          ParamPort = IdNamedPipe;                          ParamPort = IdNamedPipe;
3295                  }                  }
3296                  else if (_strnicmp(Temp, "/BAUD=", 6) == 0) {   /* Serial port baud rate */                  else if (_strnicmp(Temp, "/BAUD=", 6) == 0) {   /* Serial port baud rate */

Legend:
Removed from v.5316  
changed lines
  Added in v.5353

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