[Mono-bugs] [Bug 76328][Wis] Changed - XmlConvert.ToTimeSpan hangs
on "PT0.1S"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 4 14:46:52 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76328
--- shadow/76328 2005-10-04 13:51:33.000000000 -0400
+++ shadow/76328.tmp.19253 2005-10-04 14:46:52.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 76328
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 8.0
OS Details: Linux AWLNX.fnfr.com 2.4.21-20.EL #1 Wed Aug 18 20:58:25 EDT 2004 i686 i686 i386 GNU/Linux
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: awaddell at fnfr.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -150,6 +150,9 @@
+ else if (i - start == 2)
+ value *= 10;
}
switch (s [i]) {
case 'Y':
[awaddell at AWLNX src]$
+
+------- Additional Comments From atsushi at ximian.com 2005-10-04 14:46 -------
+Thanks, it is fixed in svn (r51188).
More information about the mono-bugs
mailing list