Use own configfile

This commit is contained in:
Berke Viktor 2012-10-25 00:42:34 +02:00
parent 0003b85ccb
commit 87aa65653b
1 changed files with 1 additions and 1 deletions

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;
}