fixes #310
This commit is contained in:
parent
7b6cba23f3
commit
6bbcdc1ec5
7 changed files with 3000025 additions and 3 deletions
|
@ -8614,7 +8614,7 @@ basic_json_parser_63:
|
|||
std::string line;
|
||||
std::getline(*m_stream, line);
|
||||
// add line with newline symbol to the line buffer
|
||||
m_line_buffer += "\n" + line;
|
||||
m_line_buffer += line + "\n";
|
||||
}
|
||||
|
||||
// set pointers
|
||||
|
|
|
@ -7911,7 +7911,7 @@ class basic_json
|
|||
std::string line;
|
||||
std::getline(*m_stream, line);
|
||||
// add line with newline symbol to the line buffer
|
||||
m_line_buffer += "\n" + line;
|
||||
m_line_buffer += line + "\n";
|
||||
}
|
||||
|
||||
// set pointers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue