Problem: MS-Windows: compile error because of implicit size conversions
(after v9.1.1983)
Solution: Change type casts
https://github.com/vim/vim/pull/18946
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I don't think the overflow check is necessary. vim_snprintf_safelen() has just casted from int to size_t.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()