summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evtest.c b/evtest.c
index 25e6112..4227207 100644
--- a/evtest.c
+++ b/evtest.c
@@ -888,7 +888,7 @@ static char* scan_devices(void)
for (i = 0; i < ndev; i++)
{
- char fname[PATH_MAX];
+ char fname[4096];
int fd = -1;
char name[256] = "???";