From: Richard Levitte - VMS Whacker (richard@levitte.org)
Date: Thu May 05 2005 - 15:18:26 CEST
In message <20050505125237.GA28102@mail.sbone.pironet-ndh.com> on Thu, 5 May 2005 14:52:38 +0200, Derik van Zuetphen <dz@ndh.net> said:
dz> The perror("select") command loops in events.c:634 if AnimationSpeed is 0
dz> and USE_SIGNALS is not set.
Ah, that must be the reason why there were those mysterious messages
coming sporadically...
dz> Here is a patch:
dz>
dz> --- events.c-orig Wed May 4 12:23:52 2005
dz> +++ events.c Thu May 5 14:39:15 2005
dz> @@ -620,6 +620,7 @@
dz> nextEvent (event);
dz> return;
dz> }
dz> + tout = NULL;
dz> if (animate) tout = (AnimationSpeed > 0) ? &timeout : NULL;
dz> while (1) {
dz> FD_ZERO (&mask);
Almost applied. I did it a little higher up, by initialising tout
where it's defined.
Thanks for the notification. I think it's time I do a round with
GCC_PEDANTIC...
Cheers,
Richard
-----
Please consider sponsoring my work on free software.
See http://www.free.lp.se/sponsoring.html for details.
--
Richard Levitte richard@levitte.org
http://richard.levitte.org/
"When I became a man I put away childish things, including
the fear of childishness and the desire to be very grown up."
-- C.S. Lewis
This archive was generated by hypermail 2.1.4 : Fri May 06 2005 - 06:45:03 CEST