From 369404299c6e23ee0cc4b572c95e5533314064d7 Mon Sep 17 00:00:00 2001 From: Ben Crossman Date: Thu, 14 Apr 2005 19:54:15 +0000 Subject: A few getenv() that werent using the mesa wrapper version --- src/mesa/tnl/t_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_context.c') diff --git a/src/mesa/tnl/t_context.c b/src/mesa/tnl/t_context.c index 531e639e84..f76f546b81 100644 --- a/src/mesa/tnl/t_context.c +++ b/src/mesa/tnl/t_context.c @@ -82,7 +82,7 @@ _tnl_CreateContext( GLcontext *ctx ) return GL_FALSE; } - if (getenv("MESA_CODEGEN")) + if (_mesa_getenv("MESA_CODEGEN")) tnl->AllowCodegen = GL_TRUE; /* Initialize the VB. -- cgit v1.2.3