From: Zack Rusin Date: Thu, 12 Jun 2008 18:19:10 +0000 (-0400) Subject: almost forgot - RelAddr is a boolean so use it here X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=19659a50f9356023c59942794bd4e6e075f120bd;p=mesa.git almost forgot - RelAddr is a boolean so use it here --- diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c index 09bf15f0045..2c5e03acc25 100644 --- a/src/mesa/shader/prog_print.c +++ b/src/mesa/shader/prog_print.c @@ -206,7 +206,7 @@ arb_output_attrib_string(GLint index, GLenum progType) */ static const char * reg_string(enum register_file f, GLint index, gl_prog_print_mode mode, - GLint relAddr, const struct gl_program *prog) + GLboolean relAddr, const struct gl_program *prog) { static char str[100];