[devel] Changed variable names png_index, png_div, png_exp, and png_gamma to

char_index, divisor, exp_b10, and gamma_val, respectively, and
changed exp() back to png_exp().
This commit is contained in:
Glenn Randers-Pehrson
2011-01-16 13:32:05 -06:00
parent 498d19243c
commit 2368a92b2d
3 changed files with 95 additions and 83 deletions

View File

@@ -3166,10 +3166,15 @@ Version 1.5.1beta04 [January 16, 2011]
Corrected pngvalid gamma test "sample" function to access all of the color
samples of each pixel, instead of sampling the red channel three times.
Prefixed variable names index, div, exp, gamma with "png_" to avoid "shadow"
warnings.
warnings, and (mistakenly) changed png_exp() to exp().
Revised png_fixed() in png.c to avoid compiler warning about reaching the
end without returning anything.
Version 1.5.1beta05 [January 16, 2011]
Changed variable names png_index, png_div, png_exp, and png_gamma to
char_index, divisor, exp_b10, and gamma_val, respectively, and
changed exp() back to png_exp().
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement