Parsing doubles breaks with certain locales
bpeel opened this issue · 0 comments
bpeel commented
VkRunner has the classic parser bug of using strtod
and breaking under locales that don’t use a full stop (.) as the decimal separator. This doesn’t really matter for the standalone executable because it doesn’t call setlocale
, but for the library version this could go badly wrong.