even longer device filenames

This commit is contained in:
drmocm 2024-03-08 09:19:46 +01:00
parent 32afa3e920
commit 2b53b34350

View File

@ -660,7 +660,7 @@ typedef struct dvb_devices_t {
} dvb_devices; } dvb_devices;
#define MAXNAME 60 #define MAXNAME 128
static int check_tuner(int adapt) static int check_tuner(int adapt)
{ {
char device[MAXNAME]; char device[MAXNAME];