Commit 00303530 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

parent 39cc9da1
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment