]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 6 Jul 2010 01:59:47 +0000 (01:59 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 6 Jul 2010 01:59:47 +0000 (01:59 +0000)
magick/memory.c

index a65fdc30bf401db2579717e4d35dc3b16c8fe0ea..c930f9d114dadf2a61be69cafed428bcbf91c811 100644 (file)
@@ -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++);