From 28c5d071cb0c41c3f2d323fc673d5ebb4ce31ff7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 22 Apr 2020 00:57:55 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3792 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- generator/ppmforge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generator') diff --git a/generator/ppmforge.c b/generator/ppmforge.c index 8fec9fee..114f7f18 100644 --- a/generator/ppmforge.c +++ b/generator/ppmforge.c @@ -631,7 +631,7 @@ createPlanetStuff(bool const clouds, MALLOCARRAY(bxc, cols); if (u == NULL || u1 == NULL || bxf == NULL || bxc == NULL) - pm_error("Cannot allocate %d element interpolation tables.", cols); + pm_error("Cannot allocate %u element interpolation tables.", cols); { unsigned int j; for (j = 0; j < cols; j++) { -- cgit 1.4.1