Silence Linux snprintf warnings (#14131)
This commit is contained in:
parent
df25f88432
commit
ee8993c76a
8 changed files with 13 additions and 12 deletions
|
@ -1443,7 +1443,7 @@ bool command_event_save_core_config(
|
|||
if (path_is_valid(core_path))
|
||||
{
|
||||
unsigned i;
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
char tmp[PATH_MAX_LENGTH + 8];
|
||||
RARCH_LOG("[Config]: %s\n", msg_hash_to_str(MSG_USING_CORE_NAME_FOR_NEW_CONFIG));
|
||||
|
||||
fill_pathname_base_noext(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue