mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
module-filter-chain: don't use i for single filename
While this shouldn't be broken, it's illogical
This commit is contained in:
parent
ffff61e869
commit
18b0fe1e05
1 changed files with 1 additions and 1 deletions
|
|
@ -921,7 +921,7 @@ static void * convolver_instantiate(const struct fc_descriptor * Descriptor,
|
|||
pw_log_error("convolver:filename requires a string or an array");
|
||||
return NULL;
|
||||
} else {
|
||||
filenames[i] = strdup(v);
|
||||
filenames[0] = strdup(v);
|
||||
}
|
||||
}
|
||||
else if (spa_streq(key, "offset")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue