[WINEALSA] Add Midi IN support (w/o alloca)

Christian Costa titan.costa at wanadoo.fr
Sun Jan 11 17:29:28 CST 2004


Eric Pouech wrote:

> Christian Costa a écrit :
>
>> +    for (wDevID = 0; wDevID < MIDM_NumDevs; wDevID++)
>> +        if ( (ev->source.client == MidiInDev[wDevID].addr.client) && 
>> (ev->source.client == MidiInDev[wDevID].addr.client) )
>> +        break;
>
> Why do you do twice the same test ?
> A+
>
>
>
Indeed this is wrong, the second test should involve the port number!
Thanks Eric to point this out. :-)

Bye,
Christian





More information about the wine-devel mailing list