WIP: next servicepoint version #1

Draft
vinzenz wants to merge 4 commits from next into main
Showing only changes of commit abb0b64b7c - Show all commits

View file

@ -104,7 +104,7 @@ impl CommandExecute for BitVecCommand {
BinaryOperation::Xor => BitXor::bitxor, BinaryOperation::Xor => BitXor::bitxor,
}; };
if self.offset as usize + bitvec.len() > PIXEL_COUNT { if self.offset + bitvec.len() > PIXEL_COUNT {
error!( error!(
"bitmap with offset {offset} is too big ({} bytes)", "bitmap with offset {offset} is too big ({} bytes)",
bitvec.len() bitvec.len()