]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 7 Jan 2014 00:39:10 +0000 (00:39 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 7 Jan 2014 00:39:10 +0000 (00:39 +0000)
MagickCore/property.c
coders/dcm.c

index b3312af572765dc5ec6a541775f1e81011753b02..7df61c23c2370a2aaa7d4d8c46884fc4718ca0fa 100644 (file)
@@ -3047,8 +3047,7 @@ MagickExport char *GetNextImageProperty(const Image *image)
     return((char *) NULL);
   return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties));
 }
-
-
+\f
 /*
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %                                                                             %
@@ -3605,8 +3604,7 @@ PropertyLookupFailure:
   *q='\0';
   return(interpret_text);
 }
-
-
+\f
 /*
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %                                                                             %
index 2eea8a939a17c73a395d816c0acc321c183adba9..65095c24e062f4eefd3c4db8d3247f5611ba3a62 100644 (file)
@@ -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;