mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
Merge pull request #8089 from orbea/format
Silence -Wformat-truncation warnings with DEBUG=1.
This commit is contained in:
commit
ffe65cdad8
@ -1062,7 +1062,7 @@ void video_shader_write_conf_cgp(config_file_t *conf,
|
||||
|
||||
for (i = 0; i < shader->luts; i++)
|
||||
{
|
||||
char key[64];
|
||||
char key[128];
|
||||
|
||||
key[0] = '\0';
|
||||
|
||||
|
@ -56,7 +56,7 @@ bool input_remapping_load_file(void *data, const char *path)
|
||||
char s1[64], s2[64], s3[64];
|
||||
char btn_ident[RARCH_FIRST_CUSTOM_BIND][128] = {{0}};
|
||||
char key_ident[RARCH_FIRST_CUSTOM_BIND][128] = {{0}};
|
||||
char stk_ident[8][128] = {{0}};
|
||||
char stk_ident[8][192] = {{0}};
|
||||
|
||||
char key_strings[RARCH_FIRST_CUSTOM_BIND + 8][128] = {
|
||||
"b", "y", "select", "start",
|
||||
|
Loading…
Reference in New Issue
Block a user