summaryrefslogtreecommitdiff
path: root/main/say.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/say.c')
-rw-r--r--main/say.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/say.c b/main/say.c
index f4db3e0f0..9d6d4b16c 100644
--- a/main/say.c
+++ b/main/say.c
@@ -6127,6 +6127,9 @@ int ast_say_date_with_format_zh(struct ast_channel *chan, time_t t, const char *
if (tm.tm_hour < 10) {
res = wait_file(chan, ints, "digits/0", lang);
}
+ /* XXX Static analysis warns of no break here. No idea if this is
+ * correct or not
+ */
case 'k':
/* 24-Hour */
if (!(tm.tm_hour % 10) || tm.tm_hour < 10) {