diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-16 18:14:24 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-16 18:14:24 +0000 |
commit | aa2069586d434dd0487b0daa2b583efe801a0d51 (patch) | |
tree | cac0a05d5ebc786ae80d18080b1ad2896cac8cc6 /src/mesa/tnl/t_vtx_api.c | |
parent | 3cc67cb8cd1302c20218dda70599523102a29e10 (diff) |
use mesa import wrappers, bug 4468
Diffstat (limited to 'src/mesa/tnl/t_vtx_api.c')
-rw-r--r-- | src/mesa/tnl/t_vtx_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vtx_api.c b/src/mesa/tnl/t_vtx_api.c index fa9e04ad33..ae2056971e 100644 --- a/src/mesa/tnl/t_vtx_api.c +++ b/src/mesa/tnl/t_vtx_api.c @@ -943,7 +943,7 @@ void _tnl_vtx_init( GLcontext *ctx ) _mesa_install_exec_vtxfmt( ctx, &tnl->exec_vtxfmt ); - memcpy( tnl->vtx.tabfv, choose, sizeof(choose) ); + _mesa_memcpy( tnl->vtx.tabfv, choose, sizeof(choose) ); for (i = 0 ; i < _TNL_ATTRIB_MAX ; i++) tnl->vtx.attrsz[i] = 0; |