diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 10:53:02 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-02-17 12:20:28 +0100 |
| commit | bf938da079a2e3535ecd74ba3aa01a5a9b26f3f6 (patch) | |
| tree | 0b219d133dcf801b88b19d7be6b86113c8f73538 /png/pngrtran.c | |
| parent | b90437119d2ebe3211dcaf9bfee7e68eb5058874 (diff) | |
Update bundled libpng to version 1.6.42
Diffstat (limited to 'png/pngrtran.c')
| -rw-r--r-- | png/pngrtran.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/png/pngrtran.c b/png/pngrtran.c index 238f5afe7..16474741a 100644 --- a/png/pngrtran.c +++ b/png/pngrtran.c @@ -1,7 +1,7 @@ /* pngrtran.c - transforms the data in a row for PNG readers * - * Copyright (c) 2018-2019 Cosmin Truta + * Copyright (c) 2018-2024 Cosmin Truta * Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson * Copyright (c) 1996-1997 Andreas Dilger * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. @@ -290,7 +290,7 @@ png_set_alpha_mode_fixed(png_structrp png_ptr, int mode, int compose = 0; png_fixed_point file_gamma; - png_debug(1, "in png_set_alpha_mode"); + png_debug(1, "in png_set_alpha_mode_fixed"); if (png_rtran_ok(png_ptr, 0) == 0) return; @@ -970,7 +970,7 @@ void PNGFAPI png_set_rgb_to_gray_fixed(png_structrp png_ptr, int error_action, png_fixed_point red, png_fixed_point green) { - png_debug(1, "in png_set_rgb_to_gray"); + png_debug(1, "in png_set_rgb_to_gray_fixed"); /* Need the IHDR here because of the check on color_type below. */ /* TODO: fix this */ |
