From 6daf9e5e647f4c897ca0b4dcbd1c4e84086103ed Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 16 Jan 2026 11:32:39 -0500 Subject: [PATCH] Fix clang warnings. --- pdfio-stream.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdfio-stream.c b/pdfio-stream.c index 3dfeb58..c5825d6 100644 --- a/pdfio-stream.c +++ b/pdfio-stream.c @@ -1090,10 +1090,8 @@ stream_get_bytes( else { memcpy(bufptr, st->a85decptr, bytes); - bufptr += bytes; rbytes += (ssize_t)bytes; st->a85decptr += bytes; - bytes = 0; break; } }