mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 16:56:36 +00:00
fix sto_emplace
This commit is contained in:
@@ -6599,6 +6599,7 @@ __sto_emplace(
|
||||
{
|
||||
size_t len = end - inject_end;
|
||||
memcpy(write_ptr + bytes_written, inject_end, len);
|
||||
bytes_written += len;
|
||||
}
|
||||
|
||||
out.resize(bytes_written);
|
||||
|
||||
Reference in New Issue
Block a user