raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=c11da6402e353ef651e2c269a869de4d27141219

commit c11da6402e353ef651e2c269a869de4d27141219
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Fri Jan 11 12:09:08 2019 +0000

    warn - make buffer bigger to avoid trunc warn
---
 src/bin/e_xsettings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_xsettings.c b/src/bin/e_xsettings.c
index 344094f4e..d1e479f2b 100644
--- a/src/bin/e_xsettings.c
+++ b/src/bin/e_xsettings.c
@@ -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");
 

-- 


Reply via email to