X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglslideshow.c;fp=hacks%2Fglx%2Fglslideshow.c;h=d4ca5a4ca721e6c2b4aefc45e0640b63498483ed;hb=9c9d475ff889ed8be02e8ce8c17da28b93278fca;hp=fa150bbd3e1c52cc6e660b18d1d78f5f1848f2aa;hpb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;p=xscreensaver diff --git a/hacks/glx/glslideshow.c b/hacks/glx/glslideshow.c index fa150bbd..d4ca5a4c 100644 --- a/hacks/glx/glslideshow.c +++ b/hacks/glx/glslideshow.c @@ -1,4 +1,4 @@ -/* glslideshow, Copyright (c) 2003 Jamie Zawinski +/* glslideshow, Copyright (c) 2003, 2004 Jamie Zawinski * Loads a sequence of images and smoothly pans around them; crossfades * when loading new images. * @@ -816,7 +816,8 @@ ponder_state_change (ModeInfo *mi) ss->pan_frame_count = 0; } else - abort(); /* one of these should be non-zero! */ + return; /* One of those should be non-zero! Maybe we just started, + and the machine is insanely slow. */ fps = frames / (GLfloat) secs;