From 414eacdf84def957356627347beae45d1f93e04a Mon Sep 17 00:00:00 2001 From: irfan Date: Mon, 9 Dec 1996 00:00:11 +0000 Subject: *** empty log message *** --- ace/ACE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ace') 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 -- cgit v1.2.1