dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

This commit is contained in:
Bruno Jesus 2015-06-15 10:24:39 -03:00 committed by Alexandre Julliard
parent 39cc9da12a
commit 0030353082

View file

@ -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 */