Improve a fixme message a little.

This commit is contained in:
Mike McCormack 2005-09-08 11:04:03 +00:00 committed by Alexandre Julliard
parent 6db7f82539
commit b3b5ab8977
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ static LPWSTR deformat_component(MSIPACKAGE* package, LPCWSTR key, DWORD* sz)
if (!package)
return NULL;
ERR("POORLY HANDLED DEFORMAT.. [$componentkey] \n");
FIXME("component key %s\n", debugstr_w(key));
comp = get_loaded_component(package,key);
if (comp)
{