]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 26 Feb 2011 22:07:13 +0000 (22:07 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 26 Feb 2011 22:07:13 +0000 (22:07 +0000)
magick/random.c

index a969f40e921eb20614cd3269caf001f567ee25ff..512a8207d26af6ffdf8d57018cc266358998587a 100644 (file)
@@ -672,7 +672,7 @@ MagickExport StringInfo *GetRandomKey(RandomInfo *random_info,
 */
 MagickExport double GetRandomValue(RandomInfo *random_info)
 {
-  size_t
+  unsigned long
     key,
     range;