11 Nov
2022
11 Nov
'22
12:26 a.m.
Zebediah Figura (@zfigura) commented about dlls/wmvcore/async_reader.c:
struct async_reader *reader = impl_from_IWMReader(iface); HRESULT hr;
- TRACE("reader %p, start %s, duration %s, rate %.8e, context %p.\n", - reader, debugstr_time(start), debugstr_time(duration), rate, context); + TRACE("reader %p, start %I64d, duration %I64d, rate %.8e, context %p.\n", + reader, start, duration, rate, context);
Did you mean to remove the debugstr_time() from these? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1311#note_14000