mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00

prevent an issue, where a string was created with size_t(0)-1 length. When creating underlines for error output, the current column sometimes had cases where it was set to 0 caused an underflow.