Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 738 |
time_t now = time(NULL); |
time_t now = time(NULL); |
| 739 |
char tmp[26]; |
char tmp[26]; |
| 740 |
DWORD processid; |
DWORD processid; |
| 741 |
strcpy_s(tmp, sizeof(tmp), _strdup(ctime(&now))); |
strcpy_s(tmp, sizeof(tmp), ctime(&now)); |
| 742 |
tmp[strlen(tmp)-1]= 0; // delete "\n" |
tmp[strlen(tmp)-1]= 0; // delete "\n" |
| 743 |
_write(file, tmp, strlen(tmp)); |
_write(file, tmp, strlen(tmp)); |
| 744 |
GetWindowThreadProcessId(pvar->cv->HWin, &processid); |
GetWindowThreadProcessId(pvar->cv->HWin, &processid); |
|
|
Legend:
| Removed from v.3164 |
|
| changed lines |
| |
Added in v.3166 |
|
|
| |