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=75091 --- shadow/75091 2005-05-30 05:11:41.000000000 -0400 +++ shadow/75091.tmp.6344 2005-05-30 05:52:53.000000000 -0400 @@ -329,6 +329,10 @@ TypeDefRow type = typesTable [i]; - TypeDefinition child = m_typeDefs [i - 1]; + TypeDefinition child = m_typeDefs [i]; child.BaseType = GetTypeDefOrRef (type.Extends); } + +------- Additional Comments From [EMAIL PROTECTED] 2005-05-30 05:52 ------- +Instead of having inline comments, it's best to attach a patch with a +corresponding ChangeLog entry. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
