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

Collapse All | Expand All

(-)interface/tk_c.c.ORIG (-1 / +1 lines)
Lines 913-919 Link Here
913
	vsnprintf(buf, sizeof(buf), fmt, ap);
913
	vsnprintf(buf, sizeof(buf), fmt, ap);
914
	Tcl_Eval(my_interp, buf);
914
	Tcl_Eval(my_interp, buf);
915
	va_end(ap);
915
	va_end(ap);
916
	return my_interp->result;
916
	return Tcl_GetStringResult(my_interp);
917
}
917
}
918
918
919
static const char *v_get2(const char *v1, const char *v2)
919
static const char *v_get2(const char *v1, const char *v2)

Return to bug 451296