diff mupdf-source/source/pdf/pdf-shade-recolor.c @ 41:71bcc18e306f

MERGE: New upstream PyMuPDF v1.26.5 including MuPDF v1.26.10 BUGS: Needs some additional changes yet. Not yet tested.
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 11 Oct 2025 15:24:40 +0200
parents aa33339d6b8a
children
line wrap: on
line diff
--- a/mupdf-source/source/pdf/pdf-shade-recolor.c	Tue Sep 23 10:27:15 2025 +0200
+++ b/mupdf-source/source/pdf/pdf-shade-recolor.c	Sat Oct 11 15:24:40 2025 +0200
@@ -621,10 +621,8 @@
 
 			for (i = startpt; i < 12; i++)
 			{
-				unsigned int x_bits = fz_read_bits(ctx, stream, bpcoord);
-				unsigned int y_bits = fz_read_bits(ctx, stream, bpcoord);
-				fz_write_bits(ctx, out, x_bits, bpcoord);
-				fz_write_bits(ctx, out, y_bits, bpcoord);
+				(void) fz_read_bits(ctx, stream, bpcoord);
+				(void) fz_read_bits(ctx, stream, bpcoord);
 			}
 
 			for (i = startcolor; i < 4; i++)