File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ void WsjcppYamlPlaceInFile::setLine(const std::string &sLine) {
5858// ---------------------------------------------------------------------
5959
6060std::string WsjcppYamlPlaceInFile::getForLogFormat () {
61- return " (" + m_sFilename + " :" + std::to_string (m_nNumberOfLine) + " ): " + m_sLine;
61+ return " (" + m_sFilename + " :" + std::to_string (m_nNumberOfLine + 1 ) + " ): " + m_sLine;
6262}
6363
6464// ---------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required: 3.0
33cmake_cxx_standard : 11
44
55name : wsjcpp-yaml
6- version : v0.1.1
6+ version : v0.1.2
77description : Read/Write yaml files
88issues : https://github.com/wsjcpp/wsjcpp-yaml/issues
99
You can’t perform that action at this time.
0 commit comments