mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
See if this prevents some warnings
This commit is contained in:
parent
0a396f0e71
commit
dc7473d046
@ -945,7 +945,7 @@ static int action_get_title_group_settings(const char *path, const char *label,
|
||||
}
|
||||
|
||||
{
|
||||
char *tok, *save;
|
||||
char *tok, *save = NULL;
|
||||
char *label_cpy = strdup(label);
|
||||
|
||||
if ((tok = strtok_r(label_cpy, "|", &save)))
|
||||
|
@ -6964,7 +6964,7 @@ static bool retroarch_parse_input_and_config(
|
||||
case 'd':
|
||||
{
|
||||
unsigned new_port;
|
||||
char *save;
|
||||
char *save = NULL;
|
||||
char *tok = NULL;
|
||||
int port = 0;
|
||||
unsigned id = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user