]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 4 Feb 2012 16:58:04 +0000 (16:58 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 4 Feb 2012 16:58:04 +0000 (16:58 +0000)
coders/wmf.c

index e693defe4a3804a1b687b685e6caddd273ee37ac..6785267dba1902ef26225b29e15db8e646832ef9 100644 (file)
@@ -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 */