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

Alexandre Goujon ale.goujon at gmail.com
Sat Jun 4 09:09:01 CDT 2011


---
 dlls/winenas.drv/audio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winenas.drv/audio.c b/dlls/winenas.drv/audio.c
index a5768fa..1b28708 100644
--- a/dlls/winenas.drv/audio.c
+++ b/dlls/winenas.drv/audio.c
@@ -1355,7 +1355,7 @@ event_handler(AuServer* aud, AuEvent* ev, AuEventHandlerRec* hnd)
                    break;
 
                    case AuElementNotifyKindState:
-                     TRACE("ev: kind %s state %s->%s reason %s numbytes %ld freeB %u\n",
+                     TRACE("ev: kind %s state %s->%s reason %s numbytes %u freeB %u\n",
                                      nas_elementnotify_kind(event->kind),
                                      nas_state(event->prev_state),
                                      nas_state(event->cur_state),
-- 
1.7.4.1




More information about the wine-patches mailing list