Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reserve enough space in PF_makestatic for worst case scenario
Fixes off-by-one introduced in 22f4422
- Loading branch information
27221f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sezero This should be changed in QS as well.
27221f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Will apply shortly.
27221f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Applied as sezero@9785099 -- thanks.
27221f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it was originally
33
, but with merge commit 13c2990it magically get bumped to
34
without a specific explanation. I hate merge commits..27221f3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been a while, but I'm pretty sure I bumped it to 34 then because of the scale byte that was added in that commit.
I hate merge commits, too. Having to go through a ton of merge conflicts manually is very error-prone, so I really appreciate you keeping an eye out for potential mistakes.