Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 957 |
{ |
{ |
| 958 |
tmp[0] = 0; |
tmp[0] = 0; |
| 959 |
if ( ts.LogTimestamp && eLineEnd ) { |
if ( ts.LogTimestamp && eLineEnd ) { |
| 960 |
char *strtime = mctimelocal(); |
char *strtime = mctimelocal(ts.LogTimestampFormat); |
| 961 |
/* 2007.05.24 Gentaro */ |
/* 2007.05.24 Gentaro */ |
| 962 |
if( eLineEnd == Line_FileHead ){ |
if( eLineEnd == Line_FileHead ){ |
| 963 |
strncat_s(tmp, sizeof(tmp), "\r\n", _TRUNCATE); |
strncat_s(tmp, sizeof(tmp), "\r\n", _TRUNCATE); |
| 1012 |
LocalTime.wHour, LocalTime.wMinute, LocalTime.wSecond, |
LocalTime.wHour, LocalTime.wMinute, LocalTime.wSecond, |
| 1013 |
LocalTime.wMilliseconds); |
LocalTime.wMilliseconds); |
| 1014 |
#else |
#else |
| 1015 |
char *strtime = mctimelocal(); |
char *strtime = mctimelocal(ts.LogTimestampFormat); |
| 1016 |
#endif |
#endif |
| 1017 |
#else |
#else |
| 1018 |
time_t tick = time(NULL); |
time_t tick = time(NULL); |
|
|
Legend:
| Removed from v.6688 |
|
| changed lines |
| |
Added in v.6767 |
|
|
| |