summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2016-07-01 22:39:13 -0700
committerJohn Bowler <jbowler@acm.org>2016-07-01 22:39:13 -0700
commit6a574a84bde0f9706b8c8814041dc4cfad1b9419 (patch)
treecb638c38ba118effbfd15a83379c7e6d90ffe899 /png.c
parenteaf7abfdc3d468e95d5d5c249c9924fa4bf6c86a (diff)
downloadlibpng-6a574a84bde0f9706b8c8814041dc4cfad1b9419.tar.gz
pngcp minimal configuration changes
Corrections for the pngcp minimal configuration in libpng 1.7 and corrections to the libpng 1.7 code to fix bugs revealed by the reduced configuration. Signed-off-by: John Bowler <jbowler@acm.org>
Diffstat (limited to 'png.c')
-rw-r--r--png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/png.c b/png.c
index 44caee6ea..8b7cd6fda 100644
--- a/png.c
+++ b/png.c
@@ -186,7 +186,7 @@ png_user_version_check(png_structrp png_ptr, png_const_charp user_png_ver)
{
int library_match = 1;
int i = -1;
- int found_dots = 0;
+ unsigned int found_dots = 0;
do
{