diff --git a/ChangeLog b/ChangeLog index 4ea5a2d93..7665f9bb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 17 17:55:00 1999 Richard Frith-Macdonald + + Fix error in last change. + Fri Dec 17 7:03:00 1999 Richard Frith-Macdonald * Source/NSGAttributedString.m: Patch (slightly modified) by Adam Fedor diff --git a/Source/NSGAttributedString.m b/Source/NSGAttributedString.m index 9b1e2283d..a0c96d7c4 100644 --- a/Source/NSGAttributedString.m +++ b/Source/NSGAttributedString.m @@ -202,7 +202,7 @@ _attributesAtIndexEffectiveRange( { if (index == tmpLength) { - *_infoArray = index; + *foundIndex = index; return nil; } [NSException raise: NSRangeException