git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-09-19 22:38:56 +00:00
parent 8bde8b0bb1
commit 325a6086ac
2 changed files with 7 additions and 1 deletions

View file

@ -230,7 +230,7 @@ static NSRange MakeRangeFromAbs (int a1,int a2) // not the same as NSMakeRange!
{
// FIXME: As NSTextStorage returns the real characters we have to copy them.
// This should also remove all the attachement characters.
return [[_textStorage string] copy];
return [_textStorage string];
}
// old methods