Fix some format-truncation warnings

This commit is contained in:
twinaphex 2017-08-10 23:07:27 +02:00
parent 16f59aba96
commit 29af83f8e3

View File

@ -162,7 +162,7 @@ static GLint gl_glsl_get_uniform(glsl_shader_data_t *glsl,
{
unsigned i;
GLint loc;
char buf[64];
char buf[80];
buf[0] = '\0';
@ -187,7 +187,7 @@ static GLint gl_glsl_get_attrib(glsl_shader_data_t *glsl,
{
unsigned i;
GLint loc;
char buf[64];
char buf[80];
buf[0] = '\0';