dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference

Bruno Jesus 00cpxxx at gmail.com
Mon Jun 15 08:24:39 CDT 2015


This function exists three times so these patches cover the remaining files.
-------------- next part --------------
diff --git a/dlls/dmband/dmutils.c b/dlls/dmband/dmutils.c
index 760afe8..b121564 100644
--- a/dlls/dmband/dmutils.c
+++ b/dlls/dmband/dmutils.c
@@ -321,7 +321,7 @@ HRESULT IDirectMusicUtils_IPersistStream_ParseReference (LPPERSISTSTREAM iface,
   }
   TRACE_(dmfile)("** DM Reference End of Load ***\n");
 
-  return S_OK;
+  return hr;
 }
 
 /* FOURCC to string conversion for debug messages */


More information about the wine-patches mailing list