mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Fix header generation on empty line buffer
This commit is contained in:
parent
7d44d503d9
commit
952ff236ff
@ -832,7 +832,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string get_buffer() {
|
std::string get_buffer() {
|
||||||
return std::string{next_line_buffer_};
|
return std::string{next_line_buffer_, next_line_buffer_size_};
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////
|
////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user