Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64230 | Differences between
and this patch

Collapse All | Expand All

(-)gdk-pixbuf/io-bmp.c (-1 / +3 lines)
Lines 876-883 DoCompressed(struct bmp_progressive_stat Link Here
876
	guchar c;
876
	guchar c;
877
	gint idx;
877
	gint idx;
878
878
879
	if (context->compr.y >= context->Header.height)
879
	if (context->compr.y >= context->Header.height) {
880
		context->BufferDone = 0;
880
		return TRUE;
881
		return TRUE;
882
	}
881
883
882
	y = context->compr.y;
884
	y = context->compr.y;
883
885

Return to bug 64230