about summary refs log tree commit diff
path: root/converter/other/giftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-21 03:09:27 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-21 03:09:27 +0000
commit8dd56f34a49a36cd8d134ed54defff16d353ed91 (patch)
tree21b0007914a21f5b76fbeb2f1ad763b830e533e8 /converter/other/giftopnm.c
parent525bfc8c52ea88c15207de0f83941b3fc515c20b (diff)
downloadnetpbm-mirror-8dd56f34a49a36cd8d134ed54defff16d353ed91.tar.gz
netpbm-mirror-8dd56f34a49a36cd8d134ed54defff16d353ed91.tar.xz
netpbm-mirror-8dd56f34a49a36cd8d134ed54defff16d353ed91.zip
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
Diffstat (limited to 'converter/other/giftopnm.c')
-rw-r--r--converter/other/giftopnm.c2
1 files changed, 1 insertions, 1 deletions
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 );
     }