[Mono-bugs] [Bug 79722][Nor] Changed - SerialPort: read_serial prototypes do not match
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Nov 10 03:49:22 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 jelle.hissink at c-it.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=79722
--- shadow/79722 2006-11-10 03:45:48.000000000 -0500
+++ shadow/79722.tmp.3352 2006-11-10 03:49:22.000000000 -0500
@@ -60,6 +60,27 @@
------- Additional Comments From Jelle.Hissink at C-it.nl 2006-11-10 03:45 -------
The previous attachment should fix the problem. I had no chance to
test it but if somebody could review and merge it in the tree I would
be very happy...
calberto I sent you a cc because it affects your patch.
+
+------- Additional Comments From Jelle.Hissink at C-it.nl 2006-11-10 03:49 -------
+Sorry,
+
+ if (pollResult) {
+ // see bug 79735
+http://bugzilla.ximian.com/show_bug.cgi?id=79735
+ // should the next line read: return -
+1;
+ throw new TimeOutException();
+ }
+
+in the attachment should be:
+
+ if (!pollResult) {
+ // see bug 79735
+http://bugzilla.ximian.com/show_bug.cgi?id=79735
+ // should the next line read: return -
+1;
+ throw new TimeOutException();
+ }
More information about the mono-bugs
mailing list