From 30d0735d5fb1aad813380bc1d2ebf521070c9e20 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 3 Dec 2006 16:06:15 +0000 Subject: Release 10.36.14 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@162 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/pnmtopng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/other/pnmtopng.c') diff --git a/converter/other/pnmtopng.c b/converter/other/pnmtopng.c index 9287d0ee..ed245b93 100644 --- a/converter/other/pnmtopng.c +++ b/converter/other/pnmtopng.c @@ -999,7 +999,7 @@ analyzeAlpha(FILE * const ifp, for (col = 0; col < cols && !foundTransparentPixel; ++col) { if (alphaMask[row][col] == 0) { foundTransparentPixel = TRUE; - transcolor = xeltopixel(xelrow[col]); + transcolor = pnm_xeltopixel(xelrow[col], format); } } } -- cgit 1.4.1