projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1cd4c
)
prog/tests: Fix MSVC build.
author
Vinson Lee
<vlee@vmware.com>
Tue, 13 Oct 2009 00:05:05 +0000
(18:05 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 13 Oct 2009 00:05:23 +0000
(18:05 -0600)
progs/tests/crossbar.c
patch
|
blob
|
history
diff --git
a/progs/tests/crossbar.c
b/progs/tests/crossbar.c
index 3dd21372f9a80f3d2458e059952eb4e214f474a1..bd8e05aee134a0c65457de45848f671c0613213a 100644
(file)
--- a/
progs/tests/crossbar.c
+++ b/
progs/tests/crossbar.c
@@
-145,7
+145,7
@@
static void Init( void )
{
const char * const ver_string = (const char * const)
glGetString( GL_VERSION );
- float ver = strto
f
( ver_string, NULL );
+ float ver = strto
d
( ver_string, NULL );
GLint tex_units;
GLint temp[ 256 ];