Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 268161
Collapse All | Expand All

(-)src/extra/gd/gd_clip.c.old (+1 lines)
Lines 70-75 Link Here
70
	{	more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle));
70
	{	more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle));
71
		if (more == 0) return;
71
		if (more == 0) return;
72
		im->clip->max += 8;
72
		im->clip->max += 8;
73
		im->clip->list = more;
73
	}
74
	}
74
	im->clip->list[im->clip->count] = (*rect);
75
	im->clip->list[im->clip->count] = (*rect);
75
	im->clip->count++;
76
	im->clip->count++;

Return to bug 268161