[PATCH 2/2] msg711.acm: Remove an empty fixme

Bruno Jesus 00cpxxx at gmail.com
Wed Nov 30 15:20:44 CST 2016


The fixme is supposed to be show only when the function returns success but there is no point in displaying an empty message. When using this codec the console is spammed with:

fixme:g711:G711_StreamSize
fixme:g711:G711_StreamSize
fixme:g711:G711_StreamSize
fixme:g711:G711_StreamSize
...

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
---
 dlls/msg711.acm/msg711.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/msg711.acm/msg711.c b/dlls/msg711.acm/msg711.c
index 4593bd9..dc1661c 100644
--- a/dlls/msg711.acm/msg711.c
+++ b/dlls/msg711.acm/msg711.c
@@ -1040,7 +1040,6 @@ static	LRESULT G711_StreamSize(const ACMDRVSTREAMINSTANCE *adsi, PACMDRVSTREAMSI
 	WARN("Unsupported query %08x\n", adss->fdwSize);
 	return MMSYSERR_NOTSUPPORTED;
     }
-    FIXME("\n");
     return MMSYSERR_NOERROR;
 }
 
-- 
2.9.3




More information about the wine-patches mailing list