Skip to content
Snippets Groups Projects
Commit dfbb04df authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Fixed bug in acmFormatTagEnumW.

parent bf98cf84
No related branches found
No related tags found
No related merge requests found
......@@ -781,8 +781,8 @@ MMRESULT WINAPI acmFormatTagEnumW(HACMDRIVER had, PACMFORMATTAGDETAILSW paftd,
bPcmDone = TRUE;
}
if (!(fnCallback)((HACMDRIVERID)padid, paftd, dwInstance, padid->fdwSupport)) {
padid = NULL; /* to exist the two nested for loops */
break;
acmDriverClose(had, 0);
return MMSYSERR_NOERROR;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment