SVN r26 (trunk)
This commit is contained in:
parent
cd3cebf340
commit
e06ba32525
38 changed files with 390 additions and 762 deletions
|
|
@ -122,11 +122,13 @@ string &string::operator = (const char *copyStr)
|
|||
else
|
||||
{
|
||||
size_t len = strlen (copyStr);
|
||||
/*
|
||||
if (len == 0)
|
||||
{
|
||||
Chars = NULL;
|
||||
}
|
||||
else
|
||||
*/
|
||||
{
|
||||
Chars = Pond.Alloc (this, len);
|
||||
StrCopy (Chars, copyStr, len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue