[Mono-bugs] [Bug 75091][Nor] Changed - wrong base types

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon May 30 05:52:53 EDT 2005


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 duncan at ximian.com.

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 duncan at ximian.com  2005-05-30 05:52 -------
+Instead of having inline comments, it's best to attach a patch with a
+corresponding ChangeLog entry.


More information about the mono-bugs mailing list