msi: Move a TRACE before the continue. (Smatch)

Michael Stefaniuc mstefani at redhat.de
Mon Oct 10 16:58:59 CDT 2011


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

diff --git a/dlls/msi/upgrade.c b/dlls/msi/upgrade.c
index 8e843aa..9480661 100644
--- a/dlls/msi/upgrade.c
+++ b/dlls/msi/upgrade.c
@@ -185,8 +185,8 @@ static UINT ITERATE_FindRelatedProducts(MSIRECORD *rec, LPVOID param)
             if (!check_language(check, language, attributes))
             {
                 index ++;
-                continue;
                 TRACE("language doesn't match\n");
+                continue;
             }
             TRACE("found related product\n");
 
-- 
1.7.6.4



More information about the wine-patches mailing list