Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 1057 |
ts->LogAllBuffIncludedInFirst = GetOnOff(Section, "LogIncludeScreenBuffer", FName, FALSE); |
ts->LogAllBuffIncludedInFirst = GetOnOff(Section, "LogIncludeScreenBuffer", FName, FALSE); |
| 1058 |
|
|
| 1059 |
/* Timestamp format of Log each line */ |
/* Timestamp format of Log each line */ |
| 1060 |
GetPrivateProfileString(Section, "LogTimestampFormat", "%a %b %e %H:%M:%S.%N %Y", |
GetPrivateProfileString(Section, "LogTimestampFormat", "%Y-%m-%d %H:%M:%S.%N", |
| 1061 |
ts->LogTimestampFormat, sizeof(ts->LogTimestampFormat), |
ts->LogTimestampFormat, sizeof(ts->LogTimestampFormat), |
| 1062 |
FName); |
FName); |
| 1063 |
|
|
|
|
Legend:
| Removed from v.6784 |
|
| changed lines |
| |
Added in v.6795 |
|
|
| |