[Mono-bugs] [Bug 78911][Nor] Changed - [PATCH] System.IO.Ports.SerialPort does not allow writing a byte[0]
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 21 10:54:36 EST 2006
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 skolima at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78911
--- shadow/78911 2006-07-24 09:07:49.000000000 -0400
+++ shadow/78911.tmp.17867 2006-11-21 10:54:36.000000000 -0500
@@ -61,6 +61,13 @@
Created an attachment (id=17343)
Patch used.
------- Additional Comments From skolima at gmail.com 2006-07-24 09:07 -------
You seem to have missed one of the Write() methods in SerialPort...
+
+------- Additional Comments From skolima at gmail.com 2006-11-21 10:54 -------
+Missed method is
+
+public void Write (char [] buffer, int offset, int count)
+
+near line 620.
More information about the mono-bugs
mailing list