break;
}
}
- (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(),
+ (void) FormatLocaleFile(file," %s: %.*g (%.*g)",name,GetMagickPrecision(),
target,GetMagickPrecision(),QuantumScale*target);
exception=AcquireExceptionInfo();
n=0;
{
if ((max_locations != 0) && (n >= (ssize_t) max_locations))
break;
- (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y);
+ (void) FormatLocaleFile(file," %.20g,%.20g",(double) x,(double) y);
n++;
}
p+=GetPixelChannels(image);
ThrowIdentifyException(OptionError,"NoSuchOption",argv[i]);
break;
}
- if (LocaleNCompare("identify:locate",argv[i],14) == 0)
+ if (LocaleNCompare("identify:locate",argv[i],15) == 0)
image_info->ping=MagickFalse;
break;
}