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

Collapse All | Expand All

(-)kit.orig/draw.c (+4 lines)
Lines 1379-1384 Link Here
1379
		}
1379
		}
1380
1380
1381
		q = draw_fragment(state, p, q - p, registry, charset16);
1381
		q = draw_fragment(state, p, q - p, registry, charset16);
1382
		if (q == p) {
1383
			fprintf(stderr, "String '%s' too long for window!\n", p);
1384
			exit(1);
1385
		}
1382
1386
1383
		p = q;
1387
		p = q;
1384
	}
1388
	}

Return to bug 486248