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 (-1 / +1 lines)
Lines 2847-2853 Link Here
2847
	char *seed;
2847
	char *seed;
2848
	char *registry;
2848
	char *registry;
2849
2849
2850
	if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset))
2850
	if (code >= 0xa0 && ((!argregistry || !argregistry[0]) && mgp_charset[0]))
2851
		registry = mgp_charset;
2851
		registry = mgp_charset;
2852
	else 
2852
	else 
2853
		registry = argregistry;
2853
		registry = argregistry;

Return to bug 486248