Fix mistake

This commit is contained in:
twinaphex 2017-11-21 19:40:39 +01:00
parent 29b421512a
commit c0567266b1

View File

@ -1381,7 +1381,7 @@ static bool command_event_save_config(const char *config_path,
{
const char *str = path_get(RARCH_PATH_CONFIG);
if (string_is_empty(str))
if (!string_is_empty(str))
{
snprintf(s, len, "%s \"%s\".",
msg_hash_to_str(MSG_FAILED_SAVING_CONFIG_TO),