dmband: Don't fake success on IDirectMusicUtils_IPersistStream_ParseReference.

oldstable
Bruno Jesus 2015-06-15 10:24:39 -03:00 committed by Alexandre Julliard
parent 39cc9da12a
commit 0030353082
1 changed files with 1 additions and 1 deletions

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