about summary refs log tree commit diff
path: root/converter/other/pngtxt.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:34:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 15:34:21 +0000
commit620ecbee2ed1cb478e0289722d86dd72717f1cb8 (patch)
tree7a427b24d86f6789706acee21a52dca15b88806b /converter/other/pngtxt.c
parent8c2dab4922b514045cbae8e71ba93aaf8c0fff48 (diff)
downloadnetpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.tar.gz
netpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.tar.xz
netpbm-mirror-620ecbee2ed1cb478e0289722d86dd72717f1cb8.zip
Release 10.71.00
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@2588 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pngtxt.c')
-rw-r--r--converter/other/pngtxt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pngtxt.c b/converter/other/pngtxt.c
index 853edf0a..bca06d73 100644
--- a/converter/other/pngtxt.c
+++ b/converter/other/pngtxt.c
@@ -242,7 +242,7 @@ handleArrayAllocation(png_text **    const arrayP,
 
 void 
 pngtxt_read(struct pngx * const pngxP,
-            FILE *        const tfp, 
+            FILE *        const fileP, 
             bool          const ztxt,
             bool          const verbose) {
 
@@ -266,7 +266,7 @@ pngtxt_read(struct pngx * const pngxP,
    
     eof = FALSE;
     while (!eof) {
-        getFileLine(tfp, &textline, &lineLength);
+        getFileLine(fileP, &textline, &lineLength);
         if (textline == NULL)
             eof = TRUE;
         else {