79637: msi: Add a break to a switch statement

buildbot at kegel.com buildbot at kegel.com
Thu Oct 6 19:51:38 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/39 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed git

Errors:
error: patch failed: dlls/msi/record.c:494
error: dlls/msi/record.c: patch does not apply

-------------- next part --------------
From: Andrew Talbot <andrew.talbot at talbotville.com>
Subject: msi: Add a break to a switch statement
Message-Id: <201110062229.42821.andrew.talbot at talbotville.com>
Date: Thu, 6 Oct 2011 22:29:42 +0100

Changelog:
    msi: Add a break to a switch statement.

diff --git a/dlls/msi/record.c b/dlls/msi/record.c
index 7acbfc7..1dace78 100644
--- a/dlls/msi/record.c
+++ b/dlls/msi/record.c
@@ -494,6 +494,7 @@ UINT MSI_RecordGetStringW(MSIRECORD *rec, UINT iField,
     case MSIFIELD_NULL:
         if( szValue && *pcchValue > 0 )
             szValue[0] = 0;
+        break;
     default:
         break;
     }



More information about the wine-tests-results mailing list