mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 04:32:03 +00:00
deprecate confusing extension in favour of simpler ARC-complient method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39520 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
08e6898650
commit
a0c97c1ddd
22 changed files with 253 additions and 94 deletions
|
@ -2165,7 +2165,7 @@ static NSStringEncoding defaultEncoding;
|
|||
}
|
||||
RELEASE(direnum);
|
||||
}
|
||||
return [content makeImmutableCopyOnFail: NO];
|
||||
return GS_IMMUTABLE(content);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -2228,7 +2228,7 @@ static NSStringEncoding defaultEncoding;
|
|||
}
|
||||
RELEASE(direnum);
|
||||
}
|
||||
return [content makeImmutableCopyOnFail: NO];
|
||||
return GS_IMMUTABLE(content);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue