From c0567266b1f66699ed5205d9901f2fef4d7f87bc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 21 Nov 2017 19:40:39 +0100 Subject: [PATCH] Fix mistake --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index ebd7e9c2a8..2a6c9ad27e 100644 --- a/command.c +++ b/command.c @@ -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),