Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "Return hook" fix introduced a 64-bit compiler warning about integer truncation. It looks safe to cast away the warning. And that's reinforced by the fact that other places in the file use `cast_int()` for the exact same expression.
- Loading branch information