Commit c3b7da47 authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed a missing patch chunk.

parent ad23586c
......@@ -3424,7 +3424,7 @@ static DWORD widStart(WORD wDevID, LPWAVEHDR lpWaveHdr, DWORD dwSize)
TRACE("(%u, %p, %08lX);\n", wDevID, lpWaveHdr, dwSize);
/* first, do the sanity checks... */
if (wDevID >= MAX_WAVEINDRV || WInDev[wDevID].p_handle == NULL) {
if (wDevID >= MAX_WAVEINDRV || WInDev[wDevID].handle == NULL) {
WARN("bad dev ID !\n");
return MMSYSERR_BADDEVICEID;
}
......
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