Wrong variable name in debug mode
This commit is contained in:
parent
74bb98c957
commit
9dbfa70673
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ namespace fx {
|
||||||
desc.type = *ftype;
|
desc.type = *ftype;
|
||||||
else {
|
else {
|
||||||
desc.type = EqType::kEqNone;
|
desc.type = EqType::kEqNone;
|
||||||
DBG("Unknown EQ type: " << std::string(opcode.value));
|
DBG("Unknown EQ type: " << std::string(opc.value));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ namespace fx {
|
||||||
desc.type = *ftype;
|
desc.type = *ftype;
|
||||||
else {
|
else {
|
||||||
desc.type = FilterType::kFilterNone;
|
desc.type = FilterType::kFilterNone;
|
||||||
DBG("Unknown filter type: " << std::string(opcode.value));
|
DBG("Unknown filter type: " << std::string(opc.value));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue