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

(-)ghostpcl_1.41/gs/src/gsparam.c.orig (-1 / +1 lines)
Lines 187-191 Link Here
187
#if arch_sizeof_int < arch_sizeof_long
187
#if arch_sizeof_int < arch_sizeof_long
188
		    if (pvalue->value.l != (int)pvalue->value.l)
188
		    if (pvalue->value.l != (int)pvalue->value.l)
189
			return_error(gs_error_rangecheck);
189
			return_error(mem, gs_error_rangecheck);
190
#endif
190
#endif
191
		    pvalue->value.i = (int)pvalue->value.l;
191
		    pvalue->value.i = (int)pvalue->value.l;

Return to bug 102182