edje load - warn - fix buffer trucn warning

This commit is contained in:
Carsten Haitzler 2018-11-08 15:17:53 +00:00
parent 71ee265130
commit 8fc3942713
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ _edje_extract_mo_files(Edje *ed)
for (i = 0; i < ed->file->mo_dir->mo_entries_count; i++)
{
Edje_Mo *mo_entry;
char out[PATH_MAX];
char out[PATH_MAX + PATH_MAX + 128];
char outdir[PATH_MAX];
char *sub_str;
char *mo_src;