solved classic "char*" vs "char[]" conflict. we were mimicking a pointer variable...
authorDaniel Borca <dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:45:17 +0000 (07:45 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Thu, 6 Jan 2005 07:45:17 +0000 (07:45 +0000)
commit5135d37813fe23a3a1ea19c6e116933052faf1b3
tree89d2c592e028fd407862f9646f750f51b54353e3
parented1fc20199856d20f904f3d2c3d0f8b40e485fc2
solved classic "char*" vs "char[]" conflict.  we were mimicking a pointer variable at desired location and then we took its address.  using array is more intuitive, as they give us the starting address instantly.
src/mesa/tnl/t_vtx_x86.c