Commit 43c648ec authored by Alexandre Goujon's avatar Alexandre Goujon Committed by Alexandre Julliard

winenas.drv: Avoid a warning in a trace on x86_64.

parent 7777d61f
......@@ -1360,7 +1360,7 @@ event_handler(AuServer* aud, AuEvent* ev, AuEventHandlerRec* hnd)
nas_state(event->prev_state),
nas_state(event->cur_state),
nas_reason(event->reason),
event->num_bytes, wwo->freeBytes);
(long)event->num_bytes, wwo->freeBytes);
if (event->cur_state == AuStatePause && event->reason != AuReasonUser) {
wwo->freeBytes += event->num_bytes;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment