Fix mistake
This commit is contained in:
parent
29b421512a
commit
c0567266b1
|
@ -1381,7 +1381,7 @@ static bool command_event_save_config(const char *config_path,
|
||||||
{
|
{
|
||||||
const char *str = path_get(RARCH_PATH_CONFIG);
|
const char *str = path_get(RARCH_PATH_CONFIG);
|
||||||
|
|
||||||
if (string_is_empty(str))
|
if (!string_is_empty(str))
|
||||||
{
|
{
|
||||||
snprintf(s, len, "%s \"%s\".",
|
snprintf(s, len, "%s \"%s\".",
|
||||||
msg_hash_to_str(MSG_FAILED_SAVING_CONFIG_TO),
|
msg_hash_to_str(MSG_FAILED_SAVING_CONFIG_TO),
|
||||||
|
|
Loading…
Reference in New Issue