[1/8] msi: Use the return value of MSI_IterateRecords (clang).

Hans Leidekker hans at codeweavers.com
Thu Jul 7 02:21:52 CDT 2011


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

diff --git a/dlls/msi/action.c b/dlls/msi/action.c
index 9070b76..0ac6dba 100644
--- a/dlls/msi/action.c
+++ b/dlls/msi/action.c
@@ -6977,6 +6977,7 @@ static UINT ACTION_RemoveExistingProducts( MSIPACKAGE *package )
     {
         r = MSI_IterateRecords( view, NULL, ITERATE_RemoveExistingProducts, package );
         msiobj_release( &view->hdr );
+        return r;
     }
     return ERROR_SUCCESS;
 }
-- 
1.7.4.1







More information about the wine-patches mailing list