mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Updates
This commit is contained in:
parent
c5dee2f8bc
commit
29f6313bb3
6 changed files with 20 additions and 19 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue