cmd_url_*(): use gchar instead of char

This commit is contained in:
Michael Vetter
2020-07-02 10:32:00 +02:00
parent 1e2a288d80
commit 59f5b81b85
4 changed files with 6 additions and 6 deletions

View File

@@ -2070,7 +2070,7 @@ cons_executable_setting(void)
cons_show("Default '/avatar open' command (/executable avatar) : %s", avatar);
prefs_free_string(avatar);
char **urlopen = prefs_get_string_list_with_option(PREF_URL_OPEN_CMD, "");
gchar **urlopen = prefs_get_string_list_with_option(PREF_URL_OPEN_CMD, "");
cons_show("Default '/url open' command (/executable urlopen) : %s", urlopen[1]);
g_strfreev(urlopen);