1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-22 15:48:52 -05:00

Use own configfile

This commit is contained in:
Berke Viktor 2012-10-25 00:42:34 +02:00
parent 0003b85ccb
commit 87aa65653b

View File

@ -381,7 +381,7 @@ default_file (void)
if (!dfile)
{
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;
}