]> Kevux Git Server - kevux-tools/commitdiff
Bugfix: Use correct length in string for help print.
authorKevin Day <kevin@kevux.org>
Sun, 18 Jun 2023 14:48:18 +0000 (09:48 -0500)
committerKevin Day <kevin@kevux.org>
Sun, 18 Jun 2023 14:48:18 +0000 (09:48 -0500)
The second to last "A date like" message has the wrong length for the string being printed.

sources/c/remove/main/common/string.h

index 57245abb5c33d04a7f3ae64af8d229fc75881f65..5638072b933ad43eb78d8496494ee208fe6ac392 100644 (file)
@@ -250,7 +250,7 @@ extern "C" {
   #define KT_REMOVE_date_format_example_10_s_length 15
   #define KT_REMOVE_date_format_example_11_s_length 13
   #define KT_REMOVE_date_format_example_12_s_length 10
-  #define KT_REMOVE_date_format_example_13_s_length 9
+  #define KT_REMOVE_date_format_example_13_s_length 7
   #define KT_REMOVE_date_format_example_14_s_length 5
 
   extern const f_string_static_t kt_remove_date_format_example_00_s;