warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 11:16:21 +00:00
parent ccec0d870f
commit 493bedd5cf
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static void
_do_profile(E_Desk *desk, E_Randr2_Screen *sc)
{
int scale = 100;
char buf[PATH_MAX], buf2[PATH_MAX];
char buf[PATH_MAX], buf2[PATH_MAX + 256];
eina_stringshare_del(desk->window_profile);
desk->window_profile = NULL;