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