mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dmime: Ignore badly formed wave if format and data have been found.
This commit is contained in:
parent
bff7301699
commit
17416be982
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ static HRESULT parse_wave_chunk(struct wave *This, IStream *stream, struct chunk
|
|||
if (FAILED(hr)) break;
|
||||
}
|
||||
|
||||
if (This->format && This->data) return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue