]> Kevux Git Server - fll/commitdiff
Bugfix: Incorrect length on string CONTROLLER_rule_print_control_groups_prepare_s.
authorKevin Day <Kevin@kevux.org>
Fri, 26 Jul 2024 00:02:33 +0000 (19:02 -0500)
committerKevin Day <Kevin@kevux.org>
Fri, 26 Jul 2024 00:02:33 +0000 (19:02 -0500)
level_3/controller/c/rule/private-rule_print.h

index 70848aa7b4ce60bce17037f01eb29b8751e13f1d..926cec7476ba4541bac0682da98bb9f556b1bbff 100644 (file)
@@ -17,7 +17,7 @@ extern "C" {
  */
 #ifndef _di_controller_rule_print_string_s_
   #define CONTROLLER_rule_print_control_groups_prepare_s "prepare control groups for"
-  #define CONTROLLER_rule_print_control_groups_prepare_s_length 24
+  #define CONTROLLER_rule_print_control_groups_prepare_s_length 26
 
   extern const f_string_static_t controller_rule_print_control_groups_prepare_s;
 #endif // _di_controller_rule_print_string_s_