https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bf1ca65888dd7c823beb04...
commit bf1ca65888dd7c823beb04cc0d2ebcfd3f9b36ff Author: winesync ros-dev@reactos.org AuthorDate: Sat Mar 12 23:57:41 2022 +0100 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Sun Mar 20 19:28:02 2022 +0100
[WINESYNC] msi: Fix a typo.
Should fix the regression introduced by baea371c3d4153bc4a718c07f46971d4d39aa9f3.
Signed-off-by: Dmitry Timoshkov dmitry@baikal.ru Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id 09e4240f33425eda3ea05eb2a98adaec184b7ba4 by Dmitry Timoshkov dmitry@baikal.ru --- dll/win32/msi/package.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/msi/package.c b/dll/win32/msi/package.c index e59bf93ebe0..2b3b3ad4e18 100644 --- a/dll/win32/msi/package.c +++ b/dll/win32/msi/package.c @@ -1749,7 +1749,7 @@ MSIHANDLE WINAPI MsiGetActiveDatabase(MSIHANDLE hInstall) { __TRY { - handle = remote_GetActiveDatabase(hInstall); + handle = remote_GetActiveDatabase(remote); handle = alloc_msi_remote_handle(handle); } __EXCEPT(rpc_filter)