[ros-diffs] [janderwald] 44315: - Try fix increase of winmm:mixer tests failure - Found by Gregor Schneider (DosX)

janderwald at svn.reactos.org janderwald at svn.reactos.org
Sat Nov 28 23:15:20 CET 2009


Author: janderwald
Date: Sat Nov 28 23:15:20 2009
New Revision: 44315

URL: http://svn.reactos.org/svn/reactos?rev=44315&view=rev
Log:
- Try fix increase of winmm:mixer tests failure
- Found by Gregor Schneider (DosX)

Modified:
    trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp

Modified: trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp?rev=44315&r1=44314&r2=44315&view=diff
==============================================================================
--- trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1] Sat Nov 28 23:15:20 2009
@@ -122,7 +122,7 @@
     // 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




More information about the Ros-diffs mailing list