diff options
Diffstat (limited to 'progs/tests/arbfptest1.c')
-rw-r--r-- | progs/tests/arbfptest1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/arbfptest1.c b/progs/tests/arbfptest1.c index ed1ed01652e..45d05125b26 100644 --- a/progs/tests/arbfptest1.c +++ b/progs/tests/arbfptest1.c @@ -70,7 +70,7 @@ static void load_program(const char *prog, GLuint prognum) { 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)); for (a=-10; a<10; a++) { |