http://bugs.winehq.org/show_bug.cgi?id=13241
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2008-05-15 10:09:36 --- Patches should be sent to wine-patches@winehq.org , they're not picked up from here.
Also, to save you some time, your patch will likely get rejected on the first pass. Things like this will cause rejection:
@@ -1129,7 +1131,7 @@ return;
MidiOutDev[MODM_NumDevs].addr = *snd_seq_port_info_get_addr(pinfo); - +
Here you're adding whitespace for no good reason. Make sure your patch is clean of any whitespace changes before sending it in.