Juan Lang : msi: Remove function name from fixme.

Alexandre Julliard julliard at winehq.org
Thu Feb 4 11:11:02 CST 2010


Module: wine
Branch: master
Commit: aafcf1a53672e794a22641dff1feb47e6c77d99a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aafcf1a53672e794a22641dff1feb47e6c77d99a

Author: Juan Lang <juan.lang at 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:




More information about the wine-cvs mailing list