diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-09 00:00:11 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-09 00:00:11 +0000 |
commit | 414eacdf84def957356627347beae45d1f93e04a (patch) | |
tree | ea8ac62816d33f25c5b2c9222c21071aa244d36b /ace/ACE.cpp | |
parent | 99924af383ee4e497e1a990390dc393c789c2ec1 (diff) | |
download | ATCD-414eacdf84def957356627347beae45d1f93e04a.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r-- | ace/ACE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp index cb581916ba4..20078237762 100644 --- a/ace/ACE.cpp +++ b/ace/ACE.cpp @@ -475,7 +475,7 @@ ACE::timestamp (char date_and_time[], int date_and_timelen) SYSTEMTIME local; ::GetLocalTime (&local); - ::sprintf (date_and_time, "%02d/%02d/%04d %02d.%02d.%02d.%06d" + ::sprintf (date_and_time, "%02d/%02d/%04d %02d.%02d.%02d.%06d", (int) local.wMonth, // new, also the %02d in sprintf (int) local.wDay, // new, also the %02d in sprintf (int) local.wYear, // new, also the %02d in sprintf |