SVN r349 (trunk)
This commit is contained in:
parent
28ea15d8f4
commit
2c2261884c
5 changed files with 194 additions and 45 deletions
|
|
@ -138,6 +138,7 @@ char *FString::LockBuffer()
|
|||
AllocBuffer (old->Len);
|
||||
StrCopy (Chars, old->Chars(), old->Len);
|
||||
old->Release();
|
||||
Data()->RefCount = -1;
|
||||
}
|
||||
return Chars;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue