From a69ded43b0364812c58eb9479c2dae4dd2febc8c Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 1 Jul 2015 08:19:40 +0200 Subject: [PATCH] config: report/time_format appeared in v2.02.123 --- lib/config/config_settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config_settings.h b/lib/config/config_settings.h index cac197835..68f593d0f 100644 --- a/lib/config/config_settings.h +++ b/lib/config/config_settings.h @@ -1357,7 +1357,7 @@ cfg(report_binary_values_as_numeric_CFG, "binary_values_as_numeric", report_CFG_ "(not counting the 'unknown' value which denotes that the\n" "value could not be determined).\n") -cfg(report_time_format_CFG, "time_format", report_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, DEFAULT_TIME_FORMAT, vsn(2, 2, 121), NULL, 0, NULL, +cfg(report_time_format_CFG, "time_format", report_CFG_SECTION, CFG_PROFILABLE | CFG_DEFAULT_COMMENTED, CFG_TYPE_STRING, DEFAULT_TIME_FORMAT, vsn(2, 2, 123), NULL, 0, NULL, "Set time format for fields reporting time values.\n" "Format specification is a string which may contain special character\n" "sequences and ordinary character sequences. Ordinary character sequences\n" -- 2.43.5