Fix clang warnings.

This commit is contained in:
Michael R Sweet
2026-01-16 11:32:39 -05:00
parent 1044cc71a4
commit 6daf9e5e64

View File

@@ -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;
}
}