dmime: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.
This commit is contained in:
parent
0030353082
commit
f9a83377bc
|
@ -216,7 +216,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 */
|
||||
|
|
Loading…
Reference in New Issue