mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
Fix the assignment of control values by using the right variable for indexing.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1888 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1c44be2a7b
commit
ecad937409
1 changed files with 1 additions and 1 deletions
|
|
@ -471,7 +471,7 @@ int pa__init(pa_module*m) {
|
||||||
|
|
||||||
pa_assert(h < n_control);
|
pa_assert(h < n_control);
|
||||||
|
|
||||||
if (use_default[c]) {
|
if (use_default[h]) {
|
||||||
LADSPA_Data lower, upper;
|
LADSPA_Data lower, upper;
|
||||||
|
|
||||||
if (!LADSPA_IS_HINT_HAS_DEFAULT(hint)) {
|
if (!LADSPA_IS_HINT_HAS_DEFAULT(hint)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue