Develop and Download Open Source Software

Browse CVS Repository

Diff of /ttssh2/teraterm/source/teraterm/filesys.cpp

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

revision 1.19 by maya, Mon Aug 20 08:34:47 2007 UTC revision 1.20 by maya, Fri Nov 30 08:59:11 2007 UTC
# Line 322  void LogStart() Line 322  void LogStart()
322                  // &h をホスト名に置換 (2007.5.14)                  // &h をホスト名に置換 (2007.5.14)
323                  ConvertLogname(LogVar->FullName, sizeof(LogVar->FullName));                  ConvertLogname(LogVar->FullName, sizeof(LogVar->FullName));
324    
325                    strncpy_s(LogVar->LogDefaultPath, sizeof(LogVar->LogDefaultPath), ts.LogDefaultPath, _TRUNCATE);
326                  if (! (*GetTransFname)(LogVar, logdir, GTF_LOG, &Option))                  if (! (*GetTransFname)(LogVar, logdir, GTF_LOG, &Option))
327                  {                  {
328                          FreeFileVar(&LogVar);                          FreeFileVar(&LogVar);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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