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 8316 by yutakapon, Wed Oct 16 13:19:25 2019 UTC revision 8382 by doda, Thu Nov 21 11:29:42 2019 UTC
# Line 994  void logputs(int level, char *msg) Line 994  void logputs(int level, char *msg)
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

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