From 43b88bd799f634ab9ec6ba36eed2b6d3743b275d Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 26 Aug 2020 03:42:09 +0000 Subject: Remove formatting control from message git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3929 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pamdepth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'other/pamdepth.c') diff --git a/other/pamdepth.c b/other/pamdepth.c index abe8aac7..cf7739f5 100644 --- a/other/pamdepth.c +++ b/other/pamdepth.c @@ -63,8 +63,8 @@ parseCommandLine(int argc, const char ** argv, pm_error("New maxval must be at least 1. You specified %d", intval); else if (intval > PNM_OVERALLMAXVAL) - pm_error("newmaxval (%d) is too large.\n" - "The maximum allowed by the PNM formats is %d.", + pm_error("newmaxval (%d) is too large. " + "The maximum allowed by the PNM formats is %u.", intval, PNM_OVERALLMAXVAL); else cmdlineP->newMaxval = intval; -- cgit 1.4.1