We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530ce1 commit 54d5f99Copy full SHA for 54d5f99
2 files changed
src/wsjcpp_yaml.cpp
@@ -58,7 +58,7 @@ void WsjcppYamlPlaceInFile::setLine(const std::string &sLine) {
58
// ---------------------------------------------------------------------
59
60
std::string WsjcppYamlPlaceInFile::getForLogFormat() {
61
- return "(" + m_sFilename + ":" + std::to_string(m_nNumberOfLine) + "): " + m_sLine;
+ return "(" + m_sFilename + ":" + std::to_string(m_nNumberOfLine + 1) + "): " + m_sLine;
62
}
63
64
wsjcpp.yml
@@ -3,7 +3,7 @@ cmake_minimum_required: 3.0
3
cmake_cxx_standard: 11
4
5
name: wsjcpp-yaml
6
-version: v0.1.1
+version: v0.1.2
7
description: Read/Write yaml files
8
issues: https://github.com/wsjcpp/wsjcpp-yaml/issues
9
0 commit comments