[PATCH] shell32: Change a fixme to a trace in shfldr_unixfs.c.

David Hedberg david.hedberg at gmail.com
Wed Jul 21 14:49:13 CDT 2010


This downgrades a FIXME that can be triggered in normal operation
through the use of, for example, SHGetIDListFromObject.
---
 dlls/shell32/shfldr_unixfs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c
index 9c9f94a..dd957a0 100644
--- a/dlls/shell32/shfldr_unixfs.c
+++ b/dlls/shell32/shfldr_unixfs.c
@@ -818,7 +818,7 @@ static HRESULT WINAPI UnixFolder_IShellFolder2_QueryInterface(IShellFolder2 *ifa
             cfShellIDList = RegisterClipboardFormatW(CFSTR_SHELLIDLISTW);
     } else {
         *ppv = NULL;
-        FIXME("Unimplemented interface %s\n", shdebugstr_guid(riid));
+        TRACE("Unimplemented interface %s\n", shdebugstr_guid(riid));
         return E_NOINTERFACE;
     }
 
-- 
1.7.1.1




More information about the wine-patches mailing list