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 10468 by zmatsuo, Tue Jan 10 13:17:53 2023 UTC revision 10606 by zmatsuo, Tue Feb 21 15:12:57 2023 UTC
# Line 1478  wchar_t *FLogGetLogFilename(const wchar_ Line 1478  wchar_t *FLogGetLogFilename(const wchar_
1478          // 連結する          // 連結する
1479          wchar_t *logfull = NULL;          wchar_t *logfull = NULL;
1480          awcscats(&logfull, dir, L"\\", formated, NULL);          awcscats(&logfull, dir, L"\\", formated, NULL);
1481            free(formated);
1482          free(dir);          free(dir);
1483    
1484          // 正規化          // 正規化

Legend:
Removed from v.10468  
changed lines
  Added in v.10606

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