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 3164 by maya, Wed Nov 19 15:40:13 2008 UTC revision 3166 by maya, Wed Nov 19 22:39:47 2008 UTC
# Line 738  void notify_verbose_message(PTInstVar pv Line 738  void notify_verbose_message(PTInstVar pv
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

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