[Mono-bugs] [Bug 361338] bug in System.Decimal
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Feb 13 16:08:12 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=361338
User alan.mcgovern at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=361338#c2
Alan McGovern <alan.mcgovern at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |RESOLVED
Info Provider|alan.mcgovern at gmail.com |
Resolution| |INVALID
--- Comment #2 from Alan McGovern <alan.mcgovern at gmail.com> 2008-02-13 14:08:11 MST ---
Ah, my bad.
I committed a patch to an app i'm porting to mono and they botched it when they
applied it. So whilest i sent in a working patch, they applied incorrectly and
i didn't notice before i submitted the bug report here.
The patch was:
this.nbFrames.Maximum = new decimal(new int[] {
- 5400000,
- 0,
- 0,
+ 10000000,
+ 10000000,
+ 10000000,
0});
Marking as not a bug :)
--
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.
More information about the mono-bugs
mailing list