From 6a5d3575487487f2703383338bd17c8c25068f19 Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 25 Mar 2021 08:58:18 -0400 Subject: [PATCH] eliminate compiler warning --- coders/thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/thumbnail.c b/coders/thumbnail.c index 3833341b0..1e2bfe8c2 100644 --- a/coders/thumbnail.c +++ b/coders/thumbnail.c @@ -199,7 +199,7 @@ static MagickBooleanType WriteTHUMBNAILImage(const ImageInfo *image_info, q++; } if ((q > (GetStringInfoDatum(profile)+GetStringInfoLength(profile))) || - (length > (GetStringInfoDatum(profile)+GetStringInfoLength(profile)-q))) + ((ssize_t) length > (GetStringInfoDatum(profile)+GetStringInfoLength(profile)-q))) ThrowWriterException(CoderError,"ImageDoesNotHaveAThumbnail"); thumbnail_image=BlobToImage(image_info,q,length,&image->exception); if (thumbnail_image == (Image *) NULL) -- 2.31.0 /tr>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/datamash.scm
AgeCommit message (Expand)Author
2018-12-23gnu: datamash: Update to 1.4....Efraim Flashner
2018-04-12gnu: datamash: Fix tests on ARM systems....Eric Bavier
2018-03-18gnu: datamash: Update to 1.3....Ludovic Courtès
2017-08-24gnu: datamash: Update to 1.2....Efraim Flashner
2017-01-20gnu: datamash: Update to 1.1.1....Marius Bakke
2016-01-18gnu: datamash: Update to 1.1.0....Efraim Flashner
2015-07-21gnu: datamash: Update to 1.0.7....Ludovic Courtès
2015-03-04gnu: Move 'which' to (gnu packages base)....Ludovic Courtès
2014-09-03gnu: datamash: Fix license....Ludovic Courtès
2014-09-01gnu: datamash: Update to 1.0.6....Ludovic Courtès
2014-07-18gnu: Add datamash....Eric Bavier