Bruno Jesus : dmband: Don' t fake success on IDirectMusicUtils_IPersistStream_ParseReference.
Module: wine Branch: master Commit: 00303530822f5736a24b38d2a0347666aef138b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=00303530822f5736a24b38d2a0... Author: Bruno Jesus <00cpxxx(a)gmail.com> Date: Mon Jun 15 10:24:39 2015 -0300 dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference. --- dlls/dmband/dmutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */
participants (1)
-
Alexandre Julliard