Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
| 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 |
|
|
| |