mirror of https://github.com/odrling/Aegisub
Cast time_ts passed to printf to a known type
Originally committed to SVN as r6510.
This commit is contained in:
parent
9e6d782339
commit
0d45f98ae8
|
@ -39,7 +39,7 @@ void EmitSTDOUT::log(SinkMessage *sm) {
|
|||
tmtime.tm_hour,
|
||||
tmtime.tm_min,
|
||||
tmtime.tm_sec,
|
||||
sm->tv.tv_usec,
|
||||
(long)sm->tv.tv_usec,
|
||||
sm->section,
|
||||
sm->file,
|
||||
sm->func,
|
||||
|
|
Loading…
Reference in New Issue