https://bugzilla.novell.com/show_bug.cgi?id=379866
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=379866#c3 Zoltan Varga <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #3 from Zoltan Varga <[EMAIL PROTECTED]> 2008-04-15 11:17:25 MST --- How about this patch: Index: main.c =================================================================== --- main.c (revision 100579) +++ main.c (working copy) @@ -1507,7 +1507,8 @@ MonoImageOpenStatus status; MonoImage *img; - ass = mono_assembly_open (file, &status); + //ass = mono_assembly_open (file, &status); + ass = NULL; if (ass == NULL){ img = mono_image_open (file, &status); if (!img) { -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
