warn - make buffer bigger to avoid trunc warn

This commit is contained in:
Carsten Haitzler 2019-01-11 16:49:05 +00:00
parent c09ba20464
commit 147d945600
1 changed files with 1 additions and 1 deletions

View File

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