Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rust] fix length calculation in
stream.write
bindings
When calculating the length we pass to the `stream.write` intrinsic, we need to subtract the number of bytes we've already written. I forgot to do that in my original PR. Signed-off-by: Joel Dice <[email protected]>
- Loading branch information