Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10804 by zmatsuo, Sun Jul 23 07:07:16 2023 UTC revision 10958 by zmatsuo, Sat Oct 7 17:40:16 2023 UTC
# Line 615  static wchar_t *TimeStampStr(PFileVar fv Line 615  static wchar_t *TimeStampStr(PFileVar fv
615          strncat_s(tmp, sizeof(tmp), "[", _TRUNCATE);          strncat_s(tmp, sizeof(tmp), "[", _TRUNCATE);
616          strncat_s(tmp, sizeof(tmp), strtime, _TRUNCATE);          strncat_s(tmp, sizeof(tmp), strtime, _TRUNCATE);
617          strncat_s(tmp, sizeof(tmp), "] ", _TRUNCATE);          strncat_s(tmp, sizeof(tmp), "] ", _TRUNCATE);
618            free(strtime);
619    
620          return ToWcharA(tmp);          return ToWcharA(tmp);
621  }  }

Legend:
Removed from v.10804  
changed lines
  Added in v.10958

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