summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--program.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/program.h b/program.h
index 8d4088dddd..44cf345635 100644
--- a/program.h
+++ b/program.h
@@ -33,7 +33,7 @@ struct glsl_shader {
GLboolean DeletePending;
GLboolean CompileStatus;
const GLchar *Source; /**< Source code string */
- GLuint SourceLen;
+ size_t SourceLen;
GLchar *InfoLog;
struct exec_list ir;