wineoss: remove "please report" from a trace

Jan Zerebecki jan.wine at zerebecki.de
Wed Sep 6 03:45:46 CDT 2006


If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
wineoss: remove "please report" from a trace
---

 dlls/winmm/wineoss/midi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winmm/wineoss/midi.c b/dlls/winmm/wineoss/midi.c
index aab1438..9ea61c6 100644
--- a/dlls/winmm/wineoss/midi.c
+++ b/dlls/winmm/wineoss/midi.c
@@ -260,7 +260,7 @@ LRESULT OSS_MidiInit(void)
 	 */
 
 	if (sinfo.capabilities & SYNTH_CAP_INPUT) {
-	    FIXME("Synthesizer support MIDI in. Not supported yet (please report)\n");
+	    FIXME("Synthesizer supports MIDI in. Not yet supported.\n");
 	}
 
 	TRACE("SynthOut[%d]\tname='%s' techn=%d voices=%d notes=%d chnMsk=%04x support=%ld\n"



More information about the wine-patches mailing list