James Hawkins : msi: Remove a misleading ERR, as this fails if a file doesn 't exist, which is common.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 25 14:43:28 CDT 2007


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

Author: James Hawkins <truiken at gmail.com>
Date:   Thu May 24 11:10:44 2007 -0700

msi: 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(-)

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* package, LPCWSTR key, DWORD* sz,
             }
             else
             {
-                ERR("Unable to get ShortPath size (%s)\n",
-                    debugstr_w( file->TargetPath) );
                 value = strdupW( file->TargetPath );
                 *sz = (lstrlenW(value)) * sizeof(WCHAR);
             }




More information about the wine-cvs mailing list