Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the Visual Studio 2019 warning: `C4244: '=': conversion from 'int' to 'char', possible loss of data` When implicitly casting the return value of tolower() (int) to char. Fixes: #932
- Loading branch information