James Hawkins : advpack: Return the hresult in ExecuteCabW.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 5 12:11:00 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 9c6e762e6d594b31227ef8962837fb5c5fb26491
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9c6e762e6d594b31227ef8962837fb5c5fb26491

Author: James Hawkins <truiken at gmail.com>
Date:   Fri Apr 28 19:59:31 2006 -0500

advpack: Return the hresult in ExecuteCabW.

---

 dlls/advpack/install.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/advpack/install.c b/dlls/advpack/install.c
index 6432406..451c297 100644
--- a/dlls/advpack/install.c
+++ b/dlls/advpack/install.c
@@ -469,7 +469,7 @@ HRESULT WINAPI ExecuteCabW(HWND hwnd, CA
 done:
     install_release(&info);
 
-    return S_OK;
+    return hr;
 }
 
 /***********************************************************************




More information about the wine-cvs mailing list