mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
Fix some format-truncation warnings
This commit is contained in:
parent
16f59aba96
commit
29af83f8e3
@ -162,7 +162,7 @@ static GLint gl_glsl_get_uniform(glsl_shader_data_t *glsl,
|
|||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
GLint loc;
|
GLint loc;
|
||||||
char buf[64];
|
char buf[80];
|
||||||
|
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
|
|
||||||
@ -187,7 +187,7 @@ static GLint gl_glsl_get_attrib(glsl_shader_data_t *glsl,
|
|||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
GLint loc;
|
GLint loc;
|
||||||
char buf[64];
|
char buf[80];
|
||||||
|
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user