]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 May 2012 12:44:41 +0000 (12:44 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 May 2012 12:44:41 +0000 (12:44 +0000)
MagickCore/delegate.c

index 258718f3def2123fe03e8c76bda608ff8acd5113..ec0fdd4947785b9fdf6f2ff359bc1a6710c6fad6 100644 (file)
@@ -1050,7 +1050,7 @@ MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info,
             */
             count=50;
             while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0))
-              (void) MagickDelay(100000);  /* sleep 0.1 seconds */
+              (void) MagickDelay(100);  /* sleep 0.1 seconds */
           }
         command=DestroyString(command);
       }