1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
This commit is contained in:
Brian Fiete 2024-05-07 13:31:00 -04:00
parent c5dee2f8bc
commit 29f6313bb3
6 changed files with 20 additions and 19 deletions

View file

@ -1248,6 +1248,7 @@ public:
this->mLength = sv.mLength;
memcpy((char*)this->mPtr, sv.mPtr, this->mLength);
((char*)this->mPtr)[this->mLength] = 0;
return *this;
}
~StringSimple()