warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 11:49:29 +00:00
parent 126f155179
commit 3609b56f5d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ static Eina_Stringshare *_e_ipc_dir = NULL;
EINTERN int
e_ipc_init(void)
{
char buf[4096], buf2[128], buf3[4096];
char buf[PATH_MAX], buf2[128], buf3[PATH_MAX + 20];
char *tmp, *user, *base;
int pid, trynum = 0, id1 = 0;
struct stat st;