Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

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

revision 5873 by maya, Sat May 16 14:33:41 2015 UTC revision 5874 by maya, Sat May 16 14:45:47 2015 UTC
# Line 1638  static void FAR PASCAL TTXParseParam(PCH Line 1638  static void FAR PASCAL TTXParseParam(PCH
1638          int opt_len = param_len+1;          int opt_len = param_len+1;
1639          char *option = (char *)calloc(opt_len, sizeof(char));          char *option = (char *)calloc(opt_len, sizeof(char));
1640          int action;          int action;
1641          PCHAR cur, next;          PCHAR start, cur, next;
1642    
1643          if (pvar->hostdlg_activated) {          if (pvar->hostdlg_activated) {
1644                  pvar->settings.Enabled = pvar->hostdlg_Enabled;                  pvar->settings.Enabled = pvar->hostdlg_Enabled;
1645          }          }
1646    
1647          cur = param;          /* the first term shuld be executable filename of Tera Term */
1648            start = GetParam(option, opt_len, param);
1649    
1650            cur = start;
1651          while (next = GetParam(option, opt_len, cur)) {          while (next = GetParam(option, opt_len, cur)) {
1652                  action = OPTION_NONE;                  action = OPTION_NONE;
1653    
# Line 1679  static void FAR PASCAL TTXParseParam(PCH Line 1682  static void FAR PASCAL TTXParseParam(PCH
1682                  cur = next;                  cur = next;
1683          }          }
1684    
1685          cur = param;          cur = start;
1686          while (next = GetParam(option, opt_len, cur)) {          while (next = GetParam(option, opt_len, cur)) {
1687                  action = OPTION_NONE;                  action = OPTION_NONE;
1688    

Legend:
Removed from v.5873  
changed lines
  Added in v.5874

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