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


Reply via email to