Jan Zerebecki : wineoss: Remove "please report" from a trace.
Module: wine Branch: master Commit: 1ee1d819f90fc8d77974ee22757eca9ecd7f9707 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1ee1d819f90fc8d77974ee22... Author: Jan Zerebecki <jan.wine(a)zerebecki.de> Date: Wed Sep 6 10:45:46 2006 +0200 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"
participants (1)
-
Alexandre Julliard