From 5f8817733988508b40eafe82a42e805e49100f93 Mon Sep 17 00:00:00 2001 From: cristy Date: Wed, 13 Feb 2013 17:20:28 +0000 Subject: [PATCH] --- MagickCore/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/version.c b/MagickCore/version.c index 37507435a..9304aa033 100644 --- a/MagickCore/version.c +++ b/MagickCore/version.c @@ -335,7 +335,7 @@ static unsigned int CRC32(const unsigned char *message,const size_t length) register ssize_t j; - alpha=(size_t) i; + alpha=(unsigned int) i; for (j=0; j < 8; j++) alpha=(alpha & 0x01) ? (0xEDB88320 ^ (alpha >> 1)) : (alpha >> 1); crc_xor[i]=alpha; -- 2.40.0