[ooo-build-commit] .: patches/mono

Noel Power noelp at kemper.freedesktop.org
Wed Sep 8 03:38:35 PDT 2010


 patches/mono/cli_ure-mono-bridge.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d394c8e65f002316d3845ac87ecbb7e9f2fe84f9
Author: Noel Power <noel.power at novell.com>
Date:   Wed Sep 8 11:36:34 2010 +0100

    fix core in mono bridge ( bnc#637800 )

diff --git a/patches/mono/cli_ure-mono-bridge.diff b/patches/mono/cli_ure-mono-bridge.diff
index dfb3a19..f8f81f6 100644
--- a/patches/mono/cli_ure-mono-bridge.diff
+++ b/patches/mono/cli_ure-mono-bridge.diff
@@ -3192,7 +3192,7 @@ index 0000000..da801af
 +DoLoad (MonoDomain *domain, char *fullname)
 +{
 +        MonoAssemblyName aname;
-+        MonoImageOpenStatus status;
++        MonoImageOpenStatus status = MONO_IMAGE_OK;
 +        MonoAssembly *ass;
 +
 +        memset (&aname, 0, sizeof (aname));


More information about the ooo-build-commit mailing list