qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] recent patches break


From: C.W. Betts
Subject: [Qemu-devel] recent patches break
Date: Sun, 13 Jan 2008 22:39:46 -0700

The current patches break directsound.  This tiny fix makes it compile, but it throws a lot of warnings.
 
 
Index: audio/dsound_template.h
===================================================================
RCS file: /sources/qemu/qemu/audio/dsound_template.h,v
retrieving revision 1.5
diff -u -r1.5 dsound_template.h
--- audio/dsound_template.h     14 Jan 2008 04:24:28 -0000      1.5
+++ audio/dsound_template.h     14 Jan 2008 05:37:12 -0000
@@ -197,7 +197,7 @@
 #endif
 
     if (!s->FIELD2) {
-        dsound_logerr ("Attempt to initialize voice without " NAME2 " object");
+        dsound_logerr (hr,"Attempt to initialize voice without " NAME2 " object");
         return -1;
     }
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]