Hans Leidekker : Revert "msi: Avoid loading cabinet streams more than once. ".

Alexandre Julliard julliard at winehq.org
Tue May 17 12:52:59 CDT 2011


Module: wine
Branch: master
Commit: c5ab1c37bf0d21bf46ffb0ab9446d0507fe33ae8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5ab1c37bf0d21bf46ffb0ab9446d0507fe33ae8

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue May 17 11:09:28 2011 +0200

Revert "msi: Avoid loading cabinet streams more than once.".

This reverts commit 395479f0d194b7b7e1cf6b766825f492faafde5d.

---

 dlls/msi/action.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 4a56485..42c9274 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -2123,8 +2123,6 @@ static UINT load_all_media( MSIPACKAGE *package )
     MSIQUERY *view;
     UINT r;
 
-    if (!list_empty( &package->cabinet_streams )) return ERROR_SUCCESS;
-
     r = MSI_DatabaseOpenViewW( package->db, query, &view );
     if (r != ERROR_SUCCESS) return ERROR_SUCCESS;
 




More information about the wine-cvs mailing list