mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 13:10:19 +00:00
Use own configfile
This commit is contained in:
@@ -381,7 +381,7 @@ default_file (void)
|
|||||||
if (!dfile)
|
if (!dfile)
|
||||||
{
|
{
|
||||||
dfile = malloc (strlen (get_xdir_fs ()) + 12);
|
dfile = malloc (strlen (get_xdir_fs ()) + 12);
|
||||||
sprintf (dfile, "%s/xchat.conf", get_xdir_fs ());
|
sprintf (dfile, "%s/hexchat.conf", get_xdir_fs ());
|
||||||
}
|
}
|
||||||
return dfile;
|
return dfile;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user