From aafcf1a53672e794a22641dff1feb47e6c77d99a Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Wed, 3 Feb 2010 16:34:55 -0800 Subject: [PATCH] msi: Remove function name from fixme. --- dlls/msi/appsearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/appsearch.c b/dlls/msi/appsearch.c index b99b4f52085..c4e4e588077 100644 --- a/dlls/msi/appsearch.c +++ b/dlls/msi/appsearch.c @@ -463,7 +463,7 @@ static UINT ACTION_AppSearchReg(MSIPACKAGE *package, LPWSTR *appValue, MSISIGNAT ACTION_ConvertRegValue(regType, value, sz, appValue); break; default: - FIXME("AppSearch unimplemented for type %d (key path %s, value %s)\n", + FIXME("unimplemented for type %d (key path %s, value %s)\n", type, debugstr_w(keyPath), debugstr_w(valueName)); } end: