Dmitry Timoshkov : msi: Fix a typo.

Alexandre Julliard julliard at winehq.org
Tue Sep 18 15:14:31 CDT 2018


Module: wine
Branch: master
Commit: 09e4240f33425eda3ea05eb2a98adaec184b7ba4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=09e4240f33425eda3ea05eb2a98adaec184b7ba4

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Tue Sep 18 13:59:35 2018 +0800

msi: Fix a typo.

Should fix the regression introduced by baea371c3d4153bc4a718c07f46971d4d39aa9f3.

Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/package.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/package.c b/dlls/msi/package.c
index 3374964..8e9ae6d 100644
--- a/dlls/msi/package.c
+++ b/dlls/msi/package.c
@@ -1742,7 +1742,7 @@ MSIHANDLE WINAPI MsiGetActiveDatabase(MSIHANDLE hInstall)
     {
         __TRY
         {
-            handle = remote_GetActiveDatabase(hInstall);
+            handle = remote_GetActiveDatabase(remote);
             handle = alloc_msi_remote_handle(handle);
         }
         __EXCEPT(rpc_filter)




More information about the wine-cvs mailing list