From a5d15ff16ab84573139e04aee9590e93d907799e Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Mon, 30 Jan 2023 21:12:06 +0300 Subject: [PATCH] filter-chain: fix warning --- src/modules/module-filter-chain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-filter-chain.c b/src/modules/module-filter-chain.c index 92ebc9cda..e4d486dbb 100644 --- a/src/modules/module-filter-chain.c +++ b/src/modules/module-filter-chain.c @@ -445,7 +445,7 @@ static float discard_data[MAX_SAMPLES]; struct plugin { struct spa_list link; int ref; - char type[64]; + char type[256]; char path[PATH_MAX]; struct fc_plugin *plugin;