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:
richard 2000-01-09 15:30:11 +00:00
parent 8bd246d4a6
commit ce0324658c
3 changed files with 11 additions and 5 deletions

View file

@ -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