In message <[EMAIL PROTECTED]> on Thu, 5 May 2005 14:52:38 +0200, Derik van 
Zuetphen <[EMAIL PROTECTED]> 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                         [EMAIL PROTECTED]
                                        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

Reply via email to