Fix header generation on empty line buffer

This commit is contained in:
ado 2023-08-05 20:48:01 +02:00
parent 7d44d503d9
commit 952ff236ff

View File

@ -832,7 +832,7 @@ private:
}
std::string get_buffer() {
return std::string{next_line_buffer_};
return std::string{next_line_buffer_, next_line_buffer_size_};
}
////////////////