mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +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.