Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 1018 |
/////// SSH version |
/////// SSH version |
| 1019 |
|
|
| 1020 |
|
|
|
for (i = 0 ; i < sizeof(ComPortDesc) ; i++) { |
|
|
ComPortDesc[i] = NULL; |
|
|
} |
|
| 1021 |
j = 0; |
j = 0; |
| 1022 |
w = 1; |
w = 1; |
| 1023 |
strncpy_s(EntName, sizeof(EntName), "COM", _TRUNCATE); |
strncpy_s(EntName, sizeof(EntName), "COM", _TRUNCATE); |
| 1045 |
w = j; |
w = j; |
| 1046 |
} |
} |
| 1047 |
} |
} |
|
for (i = 0 ; i < sizeof(ComPortDesc) ; i++) { |
|
|
free(ComPortDesc[i]); |
|
|
} |
|
| 1048 |
|
|
| 1049 |
if (j > 0) |
if (j > 0) |
| 1050 |
SendDlgItemMessage(dlg, IDC_HOSTCOM, CB_SETCURSEL, w - 1, 0); |
SendDlgItemMessage(dlg, IDC_HOSTCOM, CB_SETCURSEL, w - 1, 0); |
|
|
Legend:
| Removed from v.2999 |
|
| changed lines |
| |
Added in v.3000 |
|
|
| |