From 055d310e54c83795809def7f44bf00f7e724e2af Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 4 Oct 2017 20:44:01 +1100 Subject: [PATCH] add L for wide --- bin/dig/dig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 43e015b88c..a7c34a3ec4 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -260,7 +260,7 @@ received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { * wide-character string, which strftime() handles incorrectly. */ if (wcsftime(time_str, sizeof(time_str)/sizeof(time_str[0]), - "%a %b %d %H:%M:%S %Z %Y", &tmnow) > 0U) + L"%a %b %d %H:%M:%S %Z %Y", &tmnow) > 0U) printf(";; WHEN: %ls\n", time_str); #else if (strftime(time_str, sizeof(time_str),