Skip to content

Commit

Permalink
Fixes flucoma#392 (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHarker committed Aug 17, 2023
1 parent 5e5c613 commit 39e2bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/FluidMaxWrapper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ class FluidMaxWrapper
{
object_warn((t_object*) x,
"Too many arguments. Got %d, expect at most %d", ac,
ParamDescType::NumFixedParams + isControlOutFollowsIn<typename Client::Client>);
ParamDescType::NumFixedParams + ParamDescType::NumPrimaryParams + isControlOutFollowsIn<typename Client::Client>);
}

return x;
Expand Down

0 comments on commit 39e2bbb

Please sign in to comment.