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 5165 by yutakapon, Sat Mar 23 10:39:50 2013 UTC revision 5171 by yutakapon, Sun Mar 24 10:55:37 2013 UTC
# Line 532  BOOL LogStart() Line 532  BOOL LogStart()
532          }          }
533          LogVar->ByteCount = 0;          LogVar->ByteCount = 0;
534    
535          LogVar->RotateMode = ROTATE_NONE;          // Log rotate configuration
536            LogVar->RotateMode = ts.LogRotate;
537            LogVar->RotateSize = ts.LogRotateSize;
538            LogVar->RotateStep = ts.LogRotateStep;
539    
540          if (! OpenFTDlg(LogVar)) {          if (! OpenFTDlg(LogVar)) {
541                  FileTransEnd(OpLog);                  FileTransEnd(OpLog);

Legend:
Removed from v.5165  
changed lines
  Added in v.5171

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