shlwapi: Don't print the function name twice in an ERR.

Michael Stefaniuc mstefani at redhat.de
Wed Feb 3 17:20:57 CST 2010


---
Found in the winefixme report database with:
select * from message where text like function || "%";


 dlls/shlwapi/url.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shlwapi/url.c b/dlls/shlwapi/url.c
index c6fa977..19083dc 100644
--- a/dlls/shlwapi/url.c
+++ b/dlls/shlwapi/url.c
@@ -2314,7 +2314,7 @@ HRESULT WINAPI UrlCreateFromPathW(LPCWSTR pszPath, LPWSTR pszUrl, LPDWORD pcchUr
  */
 HRESULT WINAPI SHAutoComplete(HWND hwndEdit, DWORD dwFlags)
 {
-  FIXME("SHAutoComplete stub\n");
+  FIXME("stub\n");
   return S_FALSE;
 }
 
-- 
1.6.6.1



More information about the wine-patches mailing list