Commit 8bd65c14 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

mmdevapi: Silence a fixme when it's harmless.

parent 61d78d46
......@@ -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;
}
......
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