mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
that malloc should have been made bigger when renaming xchat.conf to hexchat.conf
This commit is contained in:
parent
64f1a43d07
commit
bc06dffd5d
@ -381,7 +381,7 @@ default_file (void)
|
||||
|
||||
if (!dfile)
|
||||
{
|
||||
dfile = malloc (strlen (get_xdir_fs ()) + 12);
|
||||
dfile = malloc (strlen (get_xdir_fs ()) + 14);
|
||||
sprintf (dfile, "%s/hexchat.conf", get_xdir_fs ());
|
||||
}
|
||||
return dfile;
|
||||
|
Loading…
Reference in New Issue
Block a user