Maarten Lankhorst : quartz: Silence a fixme that isn't.
Module: wine Branch: master Commit: 753ac6f0159c82c8cb1cd99f221615707f309d6c URL: http://source.winehq.org/git/wine.git/?a=commit;h=753ac6f0159c82c8cb1cd99f22... Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com> Date: Wed Apr 30 14:39:36 2008 -0700 quartz: Silence a fixme that isn't. --- dlls/quartz/parser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/parser.c b/dlls/quartz/parser.c index f9140ae..33e3d04 100644 --- a/dlls/quartz/parser.c +++ b/dlls/quartz/parser.c @@ -522,7 +522,7 @@ static HRESULT Parser_RemoveOutputPins(ParserImpl * This) for (i = 0; i < This->cStreams; i++) { hr = OutputPin_DeliverDisconnect((OutputPin *)ppOldPins[i + 1]); - FIXME("Other side: %08x\n", hr); + TRACE("Disconnect: %08x\n", hr); IPin_Release(ppOldPins[i + 1]); }
participants (1)
-
Alexandre Julliard