mirror of
https://github.com/neovim/neovim.git
synced 2026-03-19 15:18:15 +00:00
Problem: Compiler warnings for comparing unsigned char with 256 always
being true. (Manuel Ortega)
Solution: Add type cast.
977d037336