SVN r349 (trunk)

This commit is contained in:
Randy Heit 2006-10-05 03:30:44 +00:00
commit 2c2261884c
5 changed files with 194 additions and 45 deletions

View file

@ -138,6 +138,7 @@ char *FString::LockBuffer()
AllocBuffer (old->Len);
StrCopy (Chars, old->Chars(), old->Len);
old->Release();
Data()->RefCount = -1;
}
return Chars;
}