From 4484f84a6820c73c1a72f9d4022935e8dbaad4ba Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 23 Dec 2011 20:53:01 +0000 Subject: [PATCH] --- MagickCore/property.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/property.c b/MagickCore/property.c index 54fc599e8..26568ec2f 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -2871,10 +2871,10 @@ MagickExport char *InterpretImageProperties(const ImageInfo *image_info, q+=CopyMagickString(q,image_info->filename,extent); break; } - case 'p': /* Image index in curent image list */ + case 'p': /* Image index in current image list */ { q+=FormatLocaleString(q,extent,"%.20g",(double) - GetImageIndexInList(image)); + GetImageIndexInList(image)); break; } case 'q': /* Quantum depth of image in memory */ -- 2.40.0