about summary refs log tree commit diff
path: root/generator
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-04-22 00:57:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-04-22 00:57:55 +0000
commit28c5d071cb0c41c3f2d323fc673d5ebb4ce31ff7 (patch)
tree6248322fed740ea0952c061c77c0f3f68480bf7e /generator
parent72ceab7e118dc500d66b3029365f05d282f0f400 (diff)
downloadnetpbm-mirror-28c5d071cb0c41c3f2d323fc673d5ebb4ce31ff7.tar.gz
netpbm-mirror-28c5d071cb0c41c3f2d323fc673d5ebb4ce31ff7.tar.xz
netpbm-mirror-28c5d071cb0c41c3f2d323fc673d5ebb4ce31ff7.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3792 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'generator')
-rw-r--r--generator/ppmforge.c2
1 files changed, 1 insertions, 1 deletions
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++) {