-
Fix MSVC warning. (#935) · 8982e1eeBen Clayton authored
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
×