From 13f38b4f5c431b4c41278b2721c33c10f039619d Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 4 Feb 2012 16:58:04 +0000 Subject: [PATCH] --- coders/wmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/wmf.c b/coders/wmf.c index e693defe4..6785267db 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -821,7 +821,7 @@ static void ipa_device_begin(wmfAPI * API) DrawSetViewbox(WmfDrawingWand, 0, 0, ddata->image->columns, ddata->image->rows ); (void) FormatLocaleString(comment,MaxTextExtent,"Created by ImageMagick %s", - GetMagickVersion((unsigned long *) NULL)); + GetMagickVersion((size_t *) NULL)); DrawComment(WmfDrawingWand,comment); /* Scale width and height to image */ -- 2.40.0