On Wed, Feb 20, 2008 at 2:11 AM, Dave Compton <[EMAIL PROTECTED]> wrote: > Axel Liljencrantz <[EMAIL PROTECTED]> writes: > > > > > Try changing line 173 of input_common.c from > > > > count = select(1, &fds, 0, 0, &tm); > > > > to > > > > count = select(1, &fds, 0, 0, 0); > > > > and see if things work. > > > > Tried it but it didn't seem to make any difference. >
Weird. I don't really know what else could be wrong. :-( Axel > > > - Dave > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
