mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
- Try fix increase of winmm:mixer tests failure
- Found by Gregor Schneider (DosX) svn path=/trunk/; revision=44315
This commit is contained in:
parent
43cd83d781
commit
637f171861
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ PcHandlePropertyWithTable(
|
|||
// check if this a GUID_NULL request
|
||||
if (Status == STATUS_NOT_FOUND)
|
||||
{
|
||||
if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE) || !(Property->Property.Flags & KSPROPERTY_TYPE_TOPOLOGY))
|
||||
if (IoStack->Parameters.DeviceIoControl.InputBufferLength < sizeof(KSP_NODE))
|
||||
return Status;
|
||||
|
||||
// check if its a request for a topology node
|
||||
|
|
Loading…
Reference in a new issue