[1/3] msi: Move set_installed_prop() call because platform information is needed in it.

Akihiro Sagawa sagawa.aki at gmail.com
Mon Jul 21 07:48:13 CDT 2014


This fixes constant test failures at install.c:4951 and install.c:4954 on
64-bit platform.
In detail, set_installed_prop() calls MSIREG_OpenUninstallKey() which takes
platform argument. But, at this time, package->platform isn't initialized.
package->platform is set in msi_parse_summary() that is called afterward.
This patch reorders the call and fixes the issue.
---
 dlls/msi/package.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msi-Move-set_installed_prop-call-because-platform-in.patch
Type: text/x-patch
Size: 757 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140721/7bee7408/attachment.bin>


More information about the wine-patches mailing list