projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f21be
)
prog/tests: Fix MSVC build.
author
Vinson Lee
<vlee@vmware.com>
Fri, 16 Oct 2009 10:36:09 +0000
(11:36 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Fri, 16 Oct 2009 10:36:09 +0000
(11:36 +0100)
progs/tests/invert.c
patch
|
blob
|
history
diff --git
a/progs/tests/invert.c
b/progs/tests/invert.c
index 63099fbd22105063e8a9836a5a22966a74c4dbef..3bc97a460b66c7cc052282825ada48390197366c 100644
(file)
--- a/
progs/tests/invert.c
+++ b/
progs/tests/invert.c
@@
-128,7
+128,7
@@
static void Init( void )
{
const char * const ver_string = (const char * const)
glGetString( GL_VERSION );
- const float ver = strto
f
( ver_string, NULL );
+ const float ver = strto
d
( ver_string, NULL );
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));