From c80fe3447e7ad01ad75834f20b7da0ac744d19c8 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 30 Apr 2008 14:39:36 -0700 Subject: [PATCH] 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]); } -- 1.5.4.1