Commits


Ben Clayton authored and GitHub committed 8982e1ee6ae
Fix MSVC warning. (#935) 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