Problem: Currently colnr_T and int and the same type, so casting
int * to colnr_T * is redundant. Additionally, even if
they are changed to different types in the future, these casts
are incorrect as they won't work on big-endian platforms.
Solution: Remove the casts. Also fix two cases of using false instead 0.
related: #19672
https://github.com/vim/vim/pull/19907
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()