From 6a574a84bde0f9706b8c8814041dc4cfad1b9419 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Fri, 1 Jul 2016 22:39:13 -0700 Subject: 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 --- png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'png.c') 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 { -- cgit v1.2.1