From 85d656407e0f0383cf10ffebc6ac83146fa2204f Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 6 Jul 2010 01:59:47 +0000 Subject: [PATCH] --- magick/memory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/magick/memory.c b/magick/memory.c index a65fdc30b..c930f9d11 100644 --- a/magick/memory.c +++ b/magick/memory.c @@ -512,6 +512,7 @@ MagickExport void *CopyMagickMemory(void *destination,const void *source, switch (size) { default: return(memcpy(destination,source,size)); + case 8: *q++=(*p++); case 7: *q++=(*p++); case 6: *q++=(*p++); case 5: *q++=(*p++); -- 2.40.0