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/ppm/ilbmtoppm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/ppm/ilbmtoppm.c') diff --git a/converter/ppm/ilbmtoppm.c b/converter/ppm/ilbmtoppm.c index d3bf8b43..3def1797 100644 --- a/converter/ppm/ilbmtoppm.c +++ b/converter/ppm/ilbmtoppm.c @@ -513,7 +513,7 @@ read_bmhd(FILE * const ifP, if( bmhdP->xAspect != bmhdP->yAspect ) { pm_message("warning - non-square pixels; " - "to fix do a 'pnmscale -%cscale %g'", + "to fix do a 'pamscale -%cscale %g'", bmhdP->xAspect > bmhdP->yAspect ? 'x' : 'y', bmhdP->xAspect > bmhdP->yAspect ? (float)(bmhdP->xAspect)/bmhdP->yAspect : -- cgit 1.4.1