warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 16:38:26 +00:00
parent 3b234bfeee
commit e4948e487c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED)
while (fgets(buf, sizeof(buf), fin))
{
Efreet_Desktop *desk;
char name[4096], buf2[PATH_MAX], *p;
char name[PATH_MAX], buf2[PATH_MAX + 100], *p;
int n;
if (buf[0] == '#') continue;