You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/gimmix/files/gimmix-0.5.7.2-format-secur...

14 lines
285 B

diff --git a/src/gimmix-config.c b/src/gimmix-config.c
index 3ef4e48..821a427 100644
--- a/src/gimmix-config.c
+++ b/src/gimmix-config.c
@@ -146,7 +146,7 @@ gimmix_config_get_proxy_string (void)
}
else
{
- ret = g_strdup_printf (host);
+ ret = g_strdup (host);
}
}