[Mono-bugs] [Bug 81829][Nor] Changed - GdipCreateCustomLineCap: wrong parameters checking

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 7 12:09:55 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 doc.formatique at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81829

--- shadow/81829	2007-06-07 12:08:53.000000000 -0400
+++ shadow/81829.tmp.27715	2007-06-07 12:09:55.000000000 -0400
@@ -18,6 +18,11 @@
 
 customlinecap.c:GdipCreateCustomLineCap's parameters validation is wrong:
 it requires all of fillPath, strokePath and customCap to be non-null
 instead of just one of them.
 
 Il looks like || was used instead of && :)
+
+------- Additional Comments From doc.formatique at gmail.com  2007-06-07 12:09 -------
+Created an attachment (id=19381)
+1-line patch: Replace || with &&
+


More information about the mono-bugs mailing list