mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Merge with bugfix
This commit is contained in:
@@ -656,7 +656,7 @@ private:
|
||||
|
||||
if constexpr (quoted_multiline_enabled) {
|
||||
while (unterminated_quote()) {
|
||||
size -= next_line_converter_.size_shifted();
|
||||
next_line_size_ -= next_line_converter_.size_shifted();
|
||||
|
||||
if (multiline_limit_reached(limit)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user