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

Collapse All | Expand All

(-)a/src/font.c (-1 / +4 lines)
Lines 1683-1689 static FT_Face ipa_font_face_open (wmfAPI* API,char* ps_name,char* glyphs,char* Link Here
1683
	}
1683
	}
1684
1684
1685
#ifdef _WIN32
1685
#ifdef _WIN32
1686
	metrics = remap_font_file_name (API,metrics);
1686
	if (metrics)
1687
	{
1688
		metrics = remap_font_file_name (API,metrics);
1689
	}
1687
#endif
1690
#endif
1688
	if (metrics)
1691
	if (metrics)
1689
	{	if (stat (metrics,&stat_buf))
1692
	{	if (stat (metrics,&stat_buf))

Return to bug 724532