We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1f5c4 commit 635b7faCopy full SHA for 635b7fa
src/modules/systemlib/param/param.c
@@ -300,7 +300,7 @@ param_for_index(unsigned index)
300
param_t
301
param_for_used_index(unsigned index)
302
{
303
- if (index < param_info_count) {
+ if (index < get_param_info_count()) {
304
305
/* walk all params and count */
306
int count = 0;
0 commit comments