[Mono-bugs] [Bug 81467][Maj] Changed - Can't add a service to ZMD under 1.2.4p1
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 7 19:56:14 EDT 2007
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81467
--- shadow/81467 2007-05-07 19:55:41.000000000 -0400
+++ shadow/81467.tmp.10488 2007-05-07 19:56:14.000000000 -0400
@@ -395,6 +395,11 @@
- serializationInfo.AddValue ("v" + i, Get (i));
+ serializationInfo.AddValue (i.ToString (), GetKey (i));
+ serializationInfo.AddValue ((count + i).ToString (), Get (i));
}
}
+
+------- Additional Comments From robertj at gmx.net 2007-05-07 19:56 -------
+Created an attachment (id=19199)
+WebHeaderCollection.diff
+
More information about the mono-bugs
mailing list