mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:00:38 +00:00
Tidy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7554 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bde8b0bb1
commit
325a6086ac
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue