wok-next annotate alsaequal/stuff/patches/false_error.patch @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents
children
rev   line source
al@20467 1 --- ctl_eqaul.c 2013-02-06 22:09:11.000000000 +0100
al@20467 2 +++ ctl_equal.c 2013-02-06 22:10:02.000000000 +0100
al@20467 3 @@ -263,8 +263,8 @@
al@20467 4 for(i = 0; i < equal->num_input_controls; i++) {
al@20467 5 if(equal->control_data->control[i].type == LADSPA_CNTRL_INPUT) {
al@20467 6 index = equal->control_data->control[i].index;
al@20467 7 - if(equal->klass->PortDescriptors[index] !=
al@20467 8 - (LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL)) {
al@20467 9 + if(equal->klass->PortDescriptors[index] &
al@20467 10 + (LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL) == 0) {
al@20467 11 SNDERR("Problem with control file %s, %d.", controls, index);
al@20467 12 return -1;
al@20467 13 }