https://bugzilla.novell.com/show_bug.cgi?id=469907
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=469907#c2 --- Comment #2 from Jan Sirroky <[email protected]> 2009-01-28 03:36:40 MST --- I do not find this fix acceptable because you can get divison by zero error when Frequency < TimeSpan.TicksPerSecond. code from 2.4 branch: return TimeSpan.FromTicks ((long)(ElapsedTicks / (Frequency / TimeSpan.TicksPerSecond))); -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
