Amendment to rev. 49167 requested by Caemyr.

svn path=/trunk/; revision=49168
This commit is contained in:
Kamil Hornicek 2010-10-16 13:55:09 +00:00
parent 53ddbca64c
commit 3b63f433a0

View file

@ -835,7 +835,7 @@ MMixerHandlePhysicalConnection(
/* sanity checks */
ASSERT(PinsCount != 0);
ASSERT(PinsCount == 1);
//ASSERT(PinsCount == 1);
/* create destination line */
Status = MMixerBuildMixerDestinationLine(MixerContext, MixerInfo, Pins[0], bInput);