Browse Source

prog/tests: Fix MSVC build.

tags/mesa_7_7_rc1
Vinson Lee 16 years ago
parent
commit
96fd13c1a0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/tests/crossbar.c

+ 1
- 1
progs/tests/crossbar.c View File

@@ -145,7 +145,7 @@ static void Init( void )
{
const char * const ver_string = (const char * const)
glGetString( GL_VERSION );
float ver = strtof( ver_string, NULL );
float ver = strtod( ver_string, NULL );
GLint tex_units;
GLint temp[ 256 ];


Loading…
Cancel
Save