From 1313e928ac0ed4f17bf4f315bb9005b1eb9c02ec Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 5 Aug 2010 06:47:05 +0000 Subject: Use pngtopam instead of pngtopnm git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1268 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/anytopnm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other') diff --git a/converter/other/anytopnm b/converter/other/anytopnm index 17464fac..acf88136 100755 --- a/converter/other/anytopnm +++ b/converter/other/anytopnm @@ -417,7 +417,7 @@ case "$2" in ;; png ) - pngtopnm "$file" + pngtopam "$file" ;; mda ) -- cgit 1.4.1