msi [1/2]: Remove a misleading ERR, as this fails if a file doesn't exist, which is common

James Hawkins truiken at gmail.com
Thu May 24 13:10:44 CDT 2007


Hi,

Changelog:
* Remove a misleading ERR, as this fails if a file doesn't exist,
which is common.

 dlls/msi/format.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/msi/format.c b/dlls/msi/format.c
index 2ea6e23..fa85e60 100644
--- a/dlls/msi/format.c
+++ b/dlls/msi/format.c
@@ -162,8 +162,6 @@ static LPWSTR deformat_file(MSIPACKAGE* 
             }
             else
             {
-                ERR("Unable to get ShortPath size (%s)\n",
-                    debugstr_w( file->TargetPath) );
                 value = strdupW( file->TargetPath );
                 *sz = (lstrlenW(value)) * sizeof(WCHAR);
             }
-- 
1.4.1


More information about the wine-patches mailing list