prog/tests: Fix MSVC build.
authorVinson Lee <vlee@vmware.com>
Tue, 13 Oct 2009 00:05:05 +0000 (18:05 -0600)
committerVinson Lee <vlee@vmware.com>
Thu, 3 Dec 2009 23:15:12 +0000 (15:15 -0800)
(cherry picked from commit 96fd13c1a024e3b6c0b1c44394c67c772e52b9c9)

progs/tests/crossbar.c

index 3dd21372f9a80f3d2458e059952eb4e214f474a1..bd8e05aee134a0c65457de45848f671c0613213a 100644 (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 ];