From: cristy Date: Tue, 3 Feb 2015 01:12:51 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~1325 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c53cc797fa417c1cf98709dc10d4aef65a2e3232;p=imagemagick --- diff --git a/coders/emf.c b/coders/emf.c index 74703dcfb..c8efb9c92 100644 --- a/coders/emf.c +++ b/coders/emf.c @@ -431,8 +431,7 @@ static HENHMETAFILE ReadEnhMetaFile(const char *path,ssize_t *width, #define CENTIMETERS_INCH 2.54 -static Image *ReadEMFImage(const ImageInfo *image_info, - ExceptionInfo *exception) +static Image *ReadEMFImage(const ImageInfo *image_info,ExceptionInfo *exception) { BITMAPINFO DIBinfo; @@ -450,6 +449,9 @@ static Image *ReadEMFImage(const ImageInfo *image_info, Image *image; + MagickBooleanType + status; + RECT rect;