warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 11:30:46 +00:00
parent 25b5d5401c
commit a57515d87c
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ _e_fm_ipc_cb_fop_trash_idler(void *data)
const char *filename;
const char *escname = NULL;
char *dest;
char buf[4096], trash_dir[4096];
char buf[PATH_MAX + PATH_MAX + 20], trash_dir[PATH_MAX];
unsigned int i = 0;
struct tm *lt;
time_t t;