Commit 98c8e656 authored by Igor Chorazewicz's avatar Igor Chorazewicz
Browse files

string: fix insert methods

In insert, it was wrongly assumed that if size < sso_capacity it means
that sso is used. It is possible that non_sso type is used and
size is < sso_capacity so explicit check is needed.
parent e6571536
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment