Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6784 by doda, Fri Jun 9 10:04:29 2017 UTC revision 6795 by maya, Sat Jun 10 03:05:42 2017 UTC
# Line 1057  void FAR PASCAL ReadIniFile(PCHAR FName, Line 1057  void FAR PASCAL ReadIniFile(PCHAR FName,
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

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