From e88d845745ee891d25d1f3d41e0fe13ab573d5c4 Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 4 Feb 2012 17:00:51 +0000 Subject: [PATCH] --- coders/wmf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coders/wmf.c b/coders/wmf.c index 6785267db..68f6707fa 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -2850,8 +2850,7 @@ static Image *ReadWMFImage(const ImageInfo *image_info,ExceptionInfo *exception) } if (image->debug != MagickFalse) (void) LogMagickEvent(CoderEvent,GetMagickModule(), - " Creating canvas image with size %ldx%ld", - image->rows,image->columns); + " Creating canvas image with size %lux%lu",image->rows,image->columns); /* * Set solid background color -- 2.50.1