[Mono-bugs] [Bug 27968][Wis] Changed - Should use brfalse/brtrue when comparing to null
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Aug 2002 23:36:43 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27968
--- shadow/27968 Wed Jul 24 07:58:47 2002
+++ shadow/27968.tmp.10122 Thu Aug 1 19:36:43 2002
@@ -1,13 +1,13 @@
Bug#: 27968
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
@@ -17,6 +17,9 @@
Summary: Should use brfalse/brtrue when comparing to null
Instead of loading the data, comparing and brfalse/brtreu it.
------- Additional Comments From lupus@ximian.com 2002-07-24 07:58 -------
mcs issue.
+
+------- Additional Comments From miguel@ximian.com 2002-08-01 19:36 -------
+Fixed, we now use brfalse/brtrue when comparing against null.