Module: wine Branch: master Commit: f5c2806ca19bfcfe1c7d3002714b4df829a9d650 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5c2806ca19bfcfe1c7d300271...
Author: James Hawkins truiken@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); }