warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 15:32:58 +00:00
parent fccf2f5aef
commit 135c5679fb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ temperature_get_bus_files(const char *bus)
{
Eina_List *result;
Eina_List *therms;
char path[PATH_MAX];
char path[PATH_MAX + PATH_MAX + 3];
char busdir[PATH_MAX];
char *name;