From: cristy Date: Tue, 7 Jan 2014 00:39:10 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2955 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef1ea0103d85c0e937804115b0e04ee0e936f15;p=imagemagick --- diff --git a/MagickCore/property.c b/MagickCore/property.c index b3312af57..7df61c23c 100644 --- a/MagickCore/property.c +++ b/MagickCore/property.c @@ -3047,8 +3047,7 @@ MagickExport char *GetNextImageProperty(const Image *image) return((char *) NULL); return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties)); } - - + /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % @@ -3605,8 +3604,7 @@ PropertyLookupFailure: *q='\0'; return(interpret_text); } - - + /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % diff --git a/coders/dcm.c b/coders/dcm.c index 2eea8a939..65095c24e 100644 --- a/coders/dcm.c +++ b/coders/dcm.c @@ -3074,7 +3074,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception) data[length*quantum]='\0'; } else - if (datum == 0xFFFFFFFFL) + if (datum == 0xFFFFFFFFU) { sequence=MagickTrue; continue;