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

This commit is contained in:
Alexandre Goujon 2011-06-11 14:30:29 +02:00 committed by Alexandre Julliard
parent 7777d61ff4
commit 43c648ecdc
1 changed files with 1 additions and 1 deletions

View File

@ -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;