mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
almost forgot - RelAddr is a boolean so use it here
This commit is contained in:
parent
f49dd47dc9
commit
494c40dbed
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue