qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] recent patches break
@ 2008-01-14  5:39 C.W. Betts
  0 siblings, 0 replies; only message in thread
From: C.W. Betts @ 2008-01-14  5:39 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 1459 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-14  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-14  5:39 [Qemu-devel] recent patches break C.W. Betts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).