From 45f14218f7b04088192e4dbb4d7550b06e4935ff Mon Sep 17 00:00:00 2001 From: Bruno Jesus <00cpxxx@gmail.com> Date: Wed, 10 Jun 2015 20:23:35 -0300 Subject: [PATCH] dmstyle: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference. --- dlls/dmstyle/dmutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dmstyle/dmutils.c b/dlls/dmstyle/dmutils.c index 50081346d66..e5514109484 100644 --- a/dlls/dmstyle/dmutils.c +++ b/dlls/dmstyle/dmutils.c @@ -213,7 +213,7 @@ HRESULT IDirectMusicUtils_IPersistStream_ParseReference (LPPERSISTSTREAM iface, } TRACE("** DM Reference End of Load ***\n"); - return S_OK; + return hr; } /* FOURCC to string conversion for debug messages */ -- 2.11.4.GIT