diff options
Diffstat (limited to 'progs/tests/arbvptest3.c')
-rw-r--r-- | progs/tests/arbvptest3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arbvptest3.c b/progs/tests/arbvptest3.c index a3e6aabde0b..5f6d4f7e99d 100644 --- a/progs/tests/arbvptest3.c +++ b/progs/tests/arbvptest3.c @@ -107,7 +107,7 @@ static void Init( void ) glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errorpos); printf("errorpos: %d\n", errorpos); - printf("%s\n", glGetString(GL_PROGRAM_ERROR_STRING_ARB)); + printf("%s\n", (char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)); } } |