*** ttgload.c~ 2004-03-27 16:18:42.000000000 -0800 --- ttgload.c 2004-03-27 16:18:42.000000000 -0800 *************** *** 714,726 **** outline->tags[n_points ] = 0; outline->tags[n_points + 1] = 0; } ! /* Note that we return two more points that are not */ ! /* part of the glyph outline. */ n_points += 4; /* set up zone for hinting */ tt_prepare_zone( zone, &gloader->current, 0, 0 ); --- 714,726 ---- outline->tags[n_points ] = 0; outline->tags[n_points + 1] = 0; + outline->tags[n_points + 2] = 0; + outline->tags[n_points + 3] = 0; } ! /* Note that we return four more points that are not */ ! /* part of the glyph outline. */ n_points += 4; /* set up zone for hinting */ tt_prepare_zone( zone, &gloader->current, 0, 0 );