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 9714 by nmaya, Tue Feb 1 12:30:09 2022 UTC revision 9789 by zmatsuo, Tue Mar 8 14:36:45 2022 UTC
# Line 1347  wchar_t *FLogGetLogFilename(const wchar_ Line 1347  wchar_t *FLogGetLogFilename(const wchar_
1347          char *logdir;          char *logdir;
1348    
1349          if (strlen(ts.LogDefaultPath) > 0) {          if (strlen(ts.LogDefaultPath) > 0) {
1350                  logdir = strdup(ts.LogDefaultPath);                  logdir = _strdup(ts.LogDefaultPath);
1351          }          }
1352          else {          else {
1353                  logdir = ToCharW(ts.LogDirW);                  logdir = ToCharW(ts.LogDirW);

Legend:
Removed from v.9714  
changed lines
  Added in v.9789

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