From: cristy Date: Sat, 4 Feb 2012 16:58:04 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13f38b4f5c431b4c41278b2721c33c10f039619d;p=imagemagick --- 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 */