mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
attributed string fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5715 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8bd246d4a6
commit
ce0324658c
3 changed files with 11 additions and 5 deletions
|
@ -409,8 +409,9 @@ _attributesAtIndexEffectiveRange(
|
|||
- (NSDictionary*) attributesAtIndex: (unsigned)index
|
||||
effectiveRange: (NSRange*)aRange
|
||||
{
|
||||
unsigned dummy;
|
||||
return _attributesAtIndexEffectiveRange(
|
||||
index, aRange, [_textChars length], _infoArray, NULL);
|
||||
index, aRange, [_textChars length], _infoArray, &dummy);
|
||||
}
|
||||
|
||||
- (void) setAttributes: (NSDictionary*)attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue