Index: core/gui/Source/NSParagraphStyle.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/NSParagraphStyle.m,v retrieving revision 1.6 diff -r1.6 NSParagraphStyle.m 338,339c338,339 < locations[count] = [tab location]; < types[count] = [tab tabStopType]; --- > locations[i] = [tab location]; > types[i] = [tab tabStopType];