Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|