Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79426 --- shadow/79426 2006-09-20 15:58:44.000000000 -0400 +++ shadow/79426.tmp.3709 2006-09-21 16:00:50.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 79426 Product: Mono: Runtime Version: 1.1 OS: unknown OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -196,6 +196,9 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-09-20 15:58 ------- Just change the following line in file_not_found2: MonoString *s = mono_string_new (mono_domain_get (), msg); to MonoString *s = msg ? mono_string_new (mono_domain_get (), msg) : NULL; + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-21 16:00 ------- +Fixed in svn. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
