On Sat, Oct 28, 2006, Henrik Nordstrom wrote:
> l??r 2006-10-28 klockan 18:53 +0200 skrev Guido Serassio:
>
> > With this change, things seems to go better:
>
> > - for (fd = 0; fd < Biggest_FD; fd++) {
> > + for (fd = 0; fd <= Biggest_FD; fd++) {
You've no idea how many times that bit me when I was working on the
comm code...
Adrian
Received on Sat Oct 28 2006 - 19:56:05 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Nov 01 2006 - 12:00:06 MST