]> Kevux Git Server - fll/commit
Bugfix: Controller parameter type is f_number_unsigned_t and not uint8_t.
authorKevin Day <Kevin@kevux.org>
Sat, 13 Jul 2024 03:08:12 +0000 (22:08 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 13 Jul 2024 03:08:12 +0000 (22:08 -0500)
commitdcff793fcdf69aa1364cc3642e16c73c45ed90c8
tree0587a8ac01a0b5aa83dd7a907160271407e7ada6
parentee63c2125bf7d1adccc42b02e17be3e16757f66b
Bugfix: Controller parameter type is f_number_unsigned_t and not uint8_t.

The array of codes is an array of f_number_unsigned_t and not uint8_t.

I was probably thinking about the array only needs to be of type uint8_t long, which would be represented by the counter.
I probably then accidentally set the value type to be uint8_t to match that.
level_3/controller/c/rule/private-rule.c