Module: wine Branch: master Commit: aafcf1a53672e794a22641dff1feb47e6c77d99a URL: http://source.winehq.org/git/wine.git/?a=commit;h=aafcf1a53672e794a22641dff1...
Author: Juan Lang juan.lang@gmail.com Date: Wed Feb 3 16:34:55 2010 -0800
msi: Remove function name from fixme.
---
dlls/msi/appsearch.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/appsearch.c b/dlls/msi/appsearch.c index b99b4f5..c4e4e58 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: