mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Merge branch 'libpng17' of ../../libpng into libpng17
This commit is contained in:
@@ -1971,7 +1971,7 @@ write_filtered_row(png_structrp png_ptr, png_const_bytep filtered_row,
|
||||
if (filter < PNG_FILTER_VALUE_LAST) /* start of row */
|
||||
{
|
||||
png_byte buffer[1];
|
||||
|
||||
|
||||
buffer[0] = filter;
|
||||
png_compress_IDAT(png_ptr, buffer, 1U/*len*/, Z_NO_FLUSH);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user