mmdevapi: Silence a fixme when it's harmless.

This commit is contained in:
Maarten Lankhorst 2010-04-24 07:55:06 +02:00 committed by Alexandre Julliard
parent 61d78d46c7
commit 8bd65c143f

View File

@ -1107,7 +1107,8 @@ static HRESULT WINAPI ACR_ReleaseBuffer(IAudioRenderClient *iface, UINT32 writte
return E_INVALIDARG;
if (!written) {
FIXME("Handled right?\n");
if (This->parent->locked)
FIXME("Handled right?\n");
This->parent->locked = 0;
return S_OK;
}