From 4b6a931451aecbfd6ec6b852258531a3e12cd818 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 8 Feb 2018 06:52:13 -0500 Subject: [PATCH] ... --- coders/pdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coders/pdb.c b/coders/pdb.c index 502735205..e03693de5 100644 --- a/coders/pdb.c +++ b/coders/pdb.c @@ -595,8 +595,8 @@ static Image *ReadPDBImage(const ImageInfo *image_info,ExceptionInfo *exception) *p='\0'; length<<=1; length+=MagickPathExtent; - comment=(char *) ResizeQuantumMemory(comment,length+MagickPathExtent, - sizeof(*comment)); + comment=(char *) ResizeQuantumMemory(comment,length+ + MagickPathExtent,sizeof(*comment)); if (comment == (char *) NULL) break; p=comment+strlen(comment); -- 2.40.0