mirror of
https://github.com/LinuxBeginnings/swww.git
synced 2026-01-12 07:21:01 -03:00
fix off by one error when receiving image request
This commit is contained in:
@@ -740,6 +740,8 @@ impl Request {
|
||||
let (animation, offset) = Animation::deserialize(&bytes[i..]);
|
||||
i += offset;
|
||||
animations.push(animation);
|
||||
} else {
|
||||
i += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user