warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 12:09:08 +00:00
parent 98e8c8706d
commit c11da6402e
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ static void
_e_xsettings_cursor_path_set(void)
{
struct stat st;
char buf[PATH_MAX], env[4096], *path;
char buf[PATH_MAX], env[PATH_MAX + PATH_MAX + 100], *path;
e_user_homedir_concat_static(buf, ".icons");