From: cristy Date: Wed, 28 Mar 2012 18:17:37 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5954 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d66c1080fb23a1baa0d8517bc60661940c816617;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index df3fe18e0..fae095e4e 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -784,7 +784,7 @@ static MagickBooleanType GetEXIFProperty(const Image *image, for (component=0; component < components; component++) \ { \ length+=FormatLocaleString(buffer+length,MaxTextExtent-length, \ - format", ",arg1,arg2); \ + format", ",(arg1),(arg2)); \ if (length >= (MaxTextExtent-1)) \ length=MaxTextExtent-1; \ p1+=size; \