From ea561c8dfebf39f2290e8b16562983721d2d3fc6 Mon Sep 17 00:00:00 2001 From: Jesse Bryan Date: Mon, 20 Aug 2018 14:16:52 -0500 Subject: [PATCH] discord: see the previous commit message --- discord/discord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/discord.c b/discord/discord.c index e8ea32626b..fc34a2e79d 100644 --- a/discord/discord.c +++ b/discord/discord.c @@ -161,7 +161,7 @@ void discord_update(enum discord_presence presence) const char *item = string_replace_substring( string_replace_substring(string_to_lower(missing_core_icons[i]), " ", "_"), "/", "_"); - if (strcmp(item, core_name) == 0) + if (strcmp(item, system_name) == 0) { discord_presence.largeImageKey = "core"; break;