stupid bug
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40767
This commit is contained in:
parent
a6c9fa470d
commit
a4d07a2d40
@ -566,7 +566,7 @@ static void inst_datetime_defines(void)
|
||||
|
||||
time(&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);
|
||||
|
||||
insert_subst("__DATE__", date, 8);
|
||||
|
Loading…
Reference in New Issue
Block a user