Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99ba1514 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab
Browse files

[media][trival] pvrusb2: Fix truncated video standard names

parent ac04d00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ struct pvr2_hdw {

	// Generated string names, one per actual V4L2 standard
	const char *std_mask_ptrs[32];
	char std_mask_names[32][10];
	char std_mask_names[32][16];

	int unit_number;             /* ID for driver instance */
	unsigned long serial_number; /* ID for hardware itself */