Merge remote-tracking branch 'origin/master' into improvement/throw_on_error

This commit is contained in:
ado
2023-07-25 00:53:51 +02:00
3 changed files with 12 additions and 12 deletions

View File

@@ -681,8 +681,8 @@ private:
}
}
next_line_converter_.resplit(next_line_buffer_,
next_line_size_);
next_line_converter_.resplit(next_line_buffer_, size,
delim_);
}
}
}