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 9858 by zmatsuo, Tue Apr 12 13:21:35 2022 UTC revision 9869 by zmatsuo, Wed Apr 20 13:01:42 2022 UTC
# Line 738  static BOOL LogStart(const wchar_t *fnam Line 738  static BOOL LogStart(const wchar_t *fnam
738                  */                  */
739                  fv->eLineEnd = Line_FileHead;                  fv->eLineEnd = Line_FileHead;
740          }          }
741          else {  
742                  // 追記ではない(新規)場合は BOM を出力する          // BOM出力
743                  if (fv->bom) {          if (ts.Append == 0 && ts.LogBinary == 0 && fv->bom) {
744                          FLogOutputBOM();                  // 追記ではない(新規) && バイナリではない && BOM を出力時
745                  }                  FLogOutputBOM();
746          }          }
747    
748          // Log rotate configuration          // Log rotate configuration

Legend:
Removed from v.9858  
changed lines
  Added in v.9869

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