Attributed string fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5716 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-01-09 15:31:33 +00:00
parent b45601efbb
commit c519b93670
2 changed files with 7 additions and 1 deletions

View file

@ -330,8 +330,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);
}
/*