Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 994 |
char tmp[26]; |
char tmp[26]; |
| 995 |
|
|
| 996 |
_write(file, strtime, strlen(strtime)); |
_write(file, strtime, strlen(strtime)); |
| 997 |
GetWindowThreadProcessId(pvar->cv->HWin, &processid); |
processid = GetCurrentProcessId(); |
| 998 |
_snprintf_s(tmp, sizeof(tmp), _TRUNCATE, " [%lu] ",processid); |
_snprintf_s(tmp, sizeof(tmp), _TRUNCATE, " [%lu] ",processid); |
| 999 |
_write(file, tmp, strlen(tmp)); |
_write(file, tmp, strlen(tmp)); |
| 1000 |
_write(file, msg, strlen(msg)); |
_write(file, msg, strlen(msg)); |
|
|
Legend:
| Removed from v.8316 |
|
| changed lines |
| |
Added in v.8382 |
|
|
| |