mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
Replace g_strdup_printf with g_build_filename where possible
This commit is contained in:
@@ -133,7 +133,7 @@ plugingui_load (void)
|
||||
{
|
||||
char *sub_dir;
|
||||
|
||||
sub_dir = g_strdup_printf ("%s" G_DIR_SEPARATOR_S "addons", get_xdir());
|
||||
sub_dir = g_build_filename (get_xdir(), "addons", NULL);
|
||||
|
||||
gtkutil_file_req (_("Select a Plugin or Script to load"), plugingui_load_cb, current_sess,
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user