Hans Leidekker : msi: Use the return value of MSI_IterateRecords (clang).

Alexandre Julliard julliard at winehq.org
Thu Jul 7 13:33:44 CDT 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Jul  7 09:21:52 2011 +0200

msi: Use the return value of MSI_IterateRecords (clang).

---

 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;
 }




More information about the wine-cvs mailing list