zonyitoo / rust-ini

INI file parser in Rust
MIT License
298 stars 76 forks source link

Fix reported line/column numbers in error message #95

Closed Chocobo1 closed 1 year ago

Chocobo1 commented 1 year ago

The numbers (in common sense) start counting from 1, not 0. This can be seen in a few editors, such as: Sublime Text, VS Code, Notepad++.