]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 27 Jun 2010 13:45:22 +0000 (13:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 27 Jun 2010 13:45:22 +0000 (13:45 +0000)
wand/display.c

index 37d2499773d14a19ebcaed393fb05fc2782ebb03..29f2574c59aef5a011b159afdded0797aa3dab0d 100644 (file)
@@ -548,7 +548,7 @@ WandExport MagickBooleanType DisplayImageCommand(ImageInfo *image_info,
               /*
                 Display image to X server.
               */
-              if (resource_info.delay != 0)
+              if (resource_info.delay != 1)
                 image->delay=resource_info.delay;
               nexus=XDisplayImage(display,&resource_info,argv,argc,&image,
                 &state);