stupid bug

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40767
This commit is contained in:
David Anderson 2007-05-10 14:13:50 +00:00
parent a6c9fa470d
commit a4d07a2d40

View File

@ -566,7 +566,7 @@ static void inst_datetime_defines(void)
time(&td); time(&td);
curtime = localtime(&td); curtime = localtime(&td);
strftime(date, 31, "\"%m/%d%/Y\"", curtime); strftime(date, 31, "\"%m/%d/%Y\"", curtime);
strftime(ltime, 31, "\"%H:%M:%S\"", curtime); strftime(ltime, 31, "\"%H:%M:%S\"", curtime);
insert_subst("__DATE__", date, 8); insert_subst("__DATE__", date, 8);