On Tuesday, January 15, 2002, at 10:51 PM, Ludovic Marcotte wrote:

> Hi,
>
> In NSParagraphStyle: - encodeWithCoder: we have:
>
> ...
>         locations[count] = [tab location];
>         types[count] = [tab tabStopType];
> ...
>
> but we should have:
>
>
>         locations[i] = [tab location];
>         types[i] = [tab tabStopType];

Thanks, I applied your fix.


_______________________________________________
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to