From 8dd56f34a49a36cd8d134ed54defff16d353ed91 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 21 Nov 2014 03:09:27 +0000 Subject: Replace use of Pnmscale with use of Pamscale git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2315 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/giftopnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other') diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c index 9a543532..17100849 100644 --- a/converter/other/giftopnm.c +++ b/converter/other/giftopnm.c @@ -1741,7 +1741,7 @@ readGifHeader(FILE * const gifFileP, "but we are rendering them as square pixels " "in the output. " "To fix the output, run it through " - "'pnmscale -%cscale %g'", + "'pamscale -%cscale %g'", r < 1.0 ? 'x' : 'y', r < 1.0 ? 1.0 / r : r ); } -- cgit 1.4.1