🎨 fix format

This commit is contained in:
Niels Lohmann 2024-12-18 17:07:12 +01:00
parent 3665dabb00
commit 1a76a2c514
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -18816,7 +18816,7 @@ class serializer
// thus removing/ignoring the invalid characters
bytes = bytes_after_last_accept;
// fix for #4552 - discussion pending
// fix for #4552
if (error_handler == error_handler_t::ignore)
{
bytes += undumped_chars;