From 25dbfaf2b19514a243e5766745efe1823431031d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 16 Sep 2017 07:31:59 +0200 Subject: fix build with gcc7 --- mdk-stage1/probing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/probing.c') diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index acad4701b..3c70ca952 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -460,7 +460,7 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u for (dent = readdir(dir); dent != NULL; dent = readdir(dir)) { struct sysfs_attribute *modalias_attr; - char keyfile[256]; + char keyfile[300]; int i, id; if (dent->d_name[0] == '.') -- cgit v1.2.1